Skip to content

Commit 4e42ba2

Browse files
authored
Cosign bundles are now required for release signing (#406)
1 parent 54b2501 commit 4e42ba2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ signs:
2727
- sign-blob
2828
- --output-certificate=${certificate}
2929
- --output-signature=${signature}
30+
- --bundle=${signature}.bundle
3031
- ${artifact}
3132
- --yes # needed on cosign 2.0.0+
3233
artifacts: checksum

0 commit comments

Comments
 (0)