Skip to content

Commit 4822900

Browse files
authored
Merge pull request #607 from saschagrunert/fix/goreleaser-cosign-bundle
Switch cosign signing to new bundle format
2 parents dbc8512 + 67baa97 commit 4822900

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.goreleaser.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,11 @@ archives:
5252
signs:
5353
# Keyless
5454
- id: tejolote-keyless
55-
signature: "${artifact}.sig"
56-
certificate: "${artifact}.pem"
55+
signature: "${artifact}.sigstore.json"
5756
cmd: cosign
5857
args:
5958
- "sign-blob"
60-
- "--new-bundle-format=false"
61-
- "--output-signature"
62-
- "${artifact}.sig"
63-
- "--output-certificate"
64-
- "${artifact}.pem"
59+
- "--bundle=${signature}"
6560
- "${artifact}"
6661
artifacts: all
6762

0 commit comments

Comments
 (0)