Skip to content

Commit d157086

Browse files
author
Terraform User
committed
Managed by Terraform
1 parent a0b983a commit d157086

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
@@ -48,7 +48,7 @@ release:
4848
You can verify the signatures of both the checksums.txt file and the published docker images using [cosign](https://github.com/sigstore/cosign).
4949
5050
```bash
51-
cosign verify-blob checksums.txt --signature=checksums.txt.sig --key https://artifacts.fairwinds.com/cosign-p256.pub
51+
cosign verify-blob checksums.txt --bundle=checksums.txt.sigstore.json --key https://artifacts.fairwinds.com/cosign-p256.pub
5252
```
5353
5454
```bash
@@ -64,10 +64,11 @@ checksum:
6464
name_template: "checksums.txt"
6565
signs:
6666
- cmd: cosign
67+
signature: "${artifact}.sigstore.json"
6768
args:
6869
- "sign-blob"
6970
- "--key=hashivault://cosign-p256"
70-
- "--output-signature=${signature}"
71+
- "--bundle=${signature}"
7172
- "${artifact}"
7273
- "--yes"
7374
artifacts: all

0 commit comments

Comments
 (0)