Skip to content

Commit b977da4

Browse files
authored
Fix Cosign v2 signing (#465)
1 parent bffd25f commit b977da4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ checksum:
2424
name_template: 'checksums.txt'
2525
signs:
2626
- cmd: cosign
27-
env:
28-
- COSIGN_EXPERIMENTAL=1
2927
signature: '${artifact}.keyless.sig'
3028
certificate: '${artifact}.pem'
3129
output: true
@@ -35,6 +33,7 @@ signs:
3533
- '--output-certificate=${certificate}'
3634
- '--output-signature=${signature}'
3735
- '${artifact}'
36+
- --yes
3837
release:
3938
github:
4039
owner: terraform-linters

0 commit comments

Comments
 (0)