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
fix(release): cosign v4 emits a single sigstore bundle
cosign v4 deprecates --output-signature / --output-certificate and writes
a single .sigstore.json bundle via --bundle. without that flag the run
crashes with "create bundle file: open : no such file or directory".
emit `<tarball>.sigstore.json`, attach it to the github release, and teach
verify.sh to fetch and verify against the bundle instead of the split
.sig + .crt pair.
0 commit comments