Merge pull request #39080 from saschagrunert/cosign-version
Mentioned required cosign version for the `--certificate` flagpull/39345/head
commit
4e4c238ebf
|
@ -47,6 +47,9 @@ Then verify the blob by using `cosign`:
|
||||||
cosign verify-blob "$BINARY" --signature "$BINARY".sig --certificate "$BINARY".cert
|
cosign verify-blob "$BINARY" --signature "$BINARY".sig --certificate "$BINARY".cert
|
||||||
```
|
```
|
||||||
|
|
||||||
|
cosign v1.9.0 is required to be able to use the `--certificate` flag. Please use
|
||||||
|
`--cert` for older versions of cosign.
|
||||||
|
|
||||||
{{< note >}}
|
{{< note >}}
|
||||||
To learn more about keyless signing, please refer to [Keyless
|
To learn more about keyless signing, please refer to [Keyless
|
||||||
Signatures](https://github.com/sigstore/cosign/blob/main/KEYLESS.md#keyless-signatures).
|
Signatures](https://github.com/sigstore/cosign/blob/main/KEYLESS.md#keyless-signatures).
|
||||||
|
|
Loading…
Reference in New Issue