-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clean and copy commands only handle signatures #700
Comments
Yup! We discussed this here I think: #618. Not sure if anyone is working on it. |
Clean now handles the rest, not sure about copy. cc @developer-guy |
developer-guy
added a commit
to developer-guy/cosign
that referenced
this issue
Feb 22, 2022
Fixes sigstore#700 Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
dlorenc
pushed a commit
that referenced
this issue
Feb 22, 2022
Fixes #700 Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
hatmarch
pushed a commit
to hatmarch/cosign
that referenced
this issue
Apr 19, 2022
Fixes sigstore#700 Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
mlieberman85
pushed a commit
to mlieberman85/cosign
that referenced
this issue
May 6, 2022
Fixes sigstore#700 Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
I think these should probably handle
.att
(attestations) as well.Clean:
cosign/cmd/cosign/cli/clean.go
Line 59 in a868d65
Copy:
cosign/cmd/cosign/cli/copy.go
Line 75 in a868d65
The text was updated successfully, but these errors were encountered: