Skip to content

Commit 3244456

Browse files
committed
ci(.goreleaser.yaml): update cosign v3 required arg
Signed-off-by: Massimiliano Giovagnoli <[email protected]>
1 parent 06ce067 commit 3244456

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@ checksum:
3535
# https://goreleaser.com/customization/sign
3636
signs:
3737
- cmd: cosign
38-
certificate: '${artifact}.pem'
38+
signature: '${artifact}.sigstore.json'
3939
args:
4040
- sign-blob
41-
- '--output-certificate=${certificate}'
42-
- '--output-signature=${signature}'
41+
- '--bundle=${signature}'
4342
- '${artifact}'
4443
- '--yes' # needed on cosign 2.0.0+
4544
artifacts: all

0 commit comments

Comments
 (0)