forked from TrueCloudLab/certificates
Merge pull request #1152 from smallstep/max/cosign-experimental
[action] Add COSIGN_EXPERIMENTAL env var to cosign release docs
This commit is contained in:
commit
9d90d0cef3
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ release:
|
||||||
Below is an example using `cosign` to verify a release artifact:
|
Below is an example using `cosign` to verify a release artifact:
|
||||||
|
|
||||||
```
|
```
|
||||||
cosign verify-blob \
|
COSIGN_EXPERIMENTAL=1 cosign verify-blob \
|
||||||
--certificate ~/Downloads/step-ca_darwin_{{ .Version }}_amd64.tar.gz.sig.pem \
|
--certificate ~/Downloads/step-ca_darwin_{{ .Version }}_amd64.tar.gz.sig.pem \
|
||||||
--signature ~/Downloads/step-ca_darwin_{{ .Version }}_amd64.tar.gz.sig \
|
--signature ~/Downloads/step-ca_darwin_{{ .Version }}_amd64.tar.gz.sig \
|
||||||
~/Downloads/step-ca_darwin_{{ .Version }}_amd64.tar.gz
|
~/Downloads/step-ca_darwin_{{ .Version }}_amd64.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue