Skip to content

Commit 3bdb604

Browse files
committed
fix: update cosign command to use new signature format
1 parent 8ba97ab commit 3bdb604

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.goreleaser.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# .goreleaser.yaml
2+
version: 2
23
project_name: vfox
34

45
before:
@@ -190,13 +191,12 @@ nfpms:
190191

191192
signs:
192193
- cmd: cosign
193-
certificate: "${artifact}.pem"
194+
signature: "${artifact}.sigstore.json"
194195
output: true
195196
artifacts: checksum
196197
args:
197198
- sign-blob
198-
- "--output-certificate=${certificate}"
199-
- "--output-signature=${signature}"
199+
- "--bundle=${signature}"
200200
- "${artifact}"
201201
- --yes
202202

0 commit comments

Comments
 (0)