Skip to content

Commit e341967

Browse files
authored
Update cosign to use bundles (#407)
1 parent 4e42ba2 commit e341967

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.goreleaser.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,8 @@ builds:
2222
signs:
2323
- cmd: cosign
2424
env: [COSIGN_EXPERIMENTAL=1]
25-
certificate: ${artifact}.pem
2625
args:
2726
- sign-blob
28-
- --output-certificate=${certificate}
29-
- --output-signature=${signature}
3027
- --bundle=${signature}.bundle
3128
- ${artifact}
3229
- --yes # needed on cosign 2.0.0+

0 commit comments

Comments
 (0)