Skip to content

Commit dd5ec8c

Browse files
author
Terraform User
committed
Managed by Terraform
1 parent c85f54c commit dd5ec8c

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
@@ -51,7 +51,7 @@ release:
5151
You can verify the signatures of both the checksums.txt file and the published docker images using [cosign](https://github.com/sigstore/cosign).
5252
5353
```bash
54-
cosign verify-blob checksums.txt --signature=checksums.txt.sig --key https://artifacts.fairwinds.com/cosign-p256.pub
54+
cosign verify-blob checksums.txt --bundle=checksums.txt.sigstore.json --key https://artifacts.fairwinds.com/cosign-p256.pub
5555
```
5656
5757
```bash
@@ -61,10 +61,11 @@ checksum:
6161
name_template: "checksums.txt"
6262
signs:
6363
- cmd: cosign
64+
signature: "${artifact}.sigstore.json"
6465
args:
6566
- "sign-blob"
6667
- "--key=hashivault://cosign-p256"
67-
- "--output-signature=${signature}"
68+
- "--bundle=${signature}"
6869
- "${artifact}"
6970
- "--yes"
7071
artifacts: all

0 commit comments

Comments
 (0)