-
Notifications
You must be signed in to change notification settings - Fork 547
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
passing '--bundle' flag causes cosign to ignore '--output-certificate' and '--output-signature' #2005
Labels
bug
Something isn't working
Comments
Duplicate of #1821 |
I think @priyawadhwa did this on purpose, since
What's the right UX here?
|
Just commented in #1821 as well, but I think this is a bug. |
Dentrax
added a commit
to Dentrax/cosign
that referenced
this issue
Jun 22, 2022
Fixes sigstore#1821 Fixes sigstore#2005 Signed-off-by: Furkan <furkan.turkal@trendyol.com>
dlorenc
pushed a commit
that referenced
this issue
Jun 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good news is this behavior is the same in keyless and keyfull mode.
to reproduce:
COSIGN_EXPERIMENTAL=true cosign sign-blob java-service.jar --output-certificate foo.pem --output-signature foo.sig --bundle foo.bundle
$ ls
and observe that your foo.sig and foo.pem files were never written.The text was updated successfully, but these errors were encountered: