You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should support the ability to write the certificate and signature(s) to files.
Cosign does this via --output-certificate and --output-signature:
$ COSIGN_EXPERIMENTAL=1 cosign sign-blob --help
Sign the supplied blob, outputting the base64-encoded signature to stdout.
...
--output-certificate string write the certificate to FILE
--output-signature string write the signature to FILE
...