Commit aabd29a
committed
fix(release): pin cosign to v2.x for goreleaser compatibility
cosign v3 mandates new bundle format (single .sigstore.json per
artifact) when the default signing config is active, which breaks
goreleaser's legacy --output-signature / --output-certificate layout.
Rather than migrate goreleaser's signing layout, pin cosign to the
latest v2.x line (which still emits .sig + .pem files alongside each
artifact). Scorecard's Signed-Releases check accepts either format.1 parent dbd7793 commit aabd29a
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
0 commit comments