sign-blob --bundle
clobbers --output-{signature,certificate}
#1821
Labels
bug
Something isn't working
sign-blob --bundle
clobbers --output-{signature,certificate}
#1821
If I pass all three of
--output-signature
,--output-certificate
, and--bundle
, Cosign silently only respects--bundle
.$ cosign sign-blob /dev/null --output-signature /tmp/keyless.sig --output-certificate /tmp/keyless.crt --bundle /tmp/keyless.bundle [...] $ ls /tmp/keyless.* /tmp/keyless.bundle
I expect either:
Guilty line looks like:
cosign/cmd/cosign/cli/sign/sign_blob.go
Line 86 in e74f180
It appears that
cosign sign
does not support--bundle
, though I'm not sure why not. CC @priyawadhwa who added it in #1306The text was updated successfully, but these errors were encountered: