Skip to content

Commit 88835e8

Browse files
authored
Update gorelease to use the latest cosign bundle argument (#1565)
Signed-off-by: Cosmin Cojocar <cosmin@cojocar.ch>
1 parent 4b8cc9a commit 88835e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ builds:
2727

2828
signs:
2929
- cmd: cosign
30+
signature: "${artifact}.sigstore.json"
3031
stdin: '{{ .Env.COSIGN_PASSWORD}}'
3132
args:
3233
- "sign-blob"
3334
- "--key=/tmp/cosign.key"
34-
- "--output-signature=${signature}"
35+
- "--bundle=${signature}"
3536
- "${artifact}"
3637
- "--yes"
3738
artifacts: all

0 commit comments

Comments
 (0)