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