Skip to content

Commit 1fdfec7

Browse files
author
Terraform User
committed
Managed by Terraform
1 parent aee298e commit 1fdfec7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.goreleaser.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ release:
4949
You can verify the signatures of both the checksums.txt file and the published docker images using [cosign](https://github.com/sigstore/cosign).
5050
5151
```bash
52-
cosign verify-blob checksums.txt --signature=checksums.txt.sig --key https://artifacts.fairwinds.com/cosign-p256.pub
52+
cosign verify-blob checksums.txt --bundle=checksums.txt.sigstore.json --key https://artifacts.fairwinds.com/cosign-p256.pub
5353
```
5454
5555
```bash
@@ -65,10 +65,11 @@ changelog:
6565
- '^test:'
6666
signs:
6767
- cmd: cosign
68+
signature: "${artifact}.sigstore.json"
6869
args:
6970
- "sign-blob"
7071
- "--key=hashivault://cosign-p256"
71-
- "--output-signature=${signature}"
72+
- "--bundle=${signature}"
7273
- "${artifact}"
7374
- "--yes"
7475
artifacts: all

0 commit comments

Comments
 (0)