File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
6262signs :
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
You can’t perform that action at this time.
0 commit comments