Skip to content

Commit

Permalink
Merge pull request #39080 from saschagrunert/cosign-version
Browse files Browse the repository at this point in the history
Mentioned required cosign version for the `--certificate` flag
  • Loading branch information
k8s-ci-robot committed Feb 8, 2023
2 parents 16614c0 + 09d013b commit 4e4c238
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -47,6 +47,9 @@ Then verify the blob by using `cosign`:
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 >}}
To learn more about keyless signing, please refer to [Keyless
Signatures](https://github.com/sigstore/cosign/blob/main/KEYLESS.md#keyless-signatures).
Expand Down

0 comments on commit 4e4c238

Please sign in to comment.