Skip to content

Commit

Permalink
chore: provide a better example of using cosign
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Marquis <justin@akuity.io>
  • Loading branch information
34fathombelow committed Jun 24, 2024
1 parent ad6508b commit 73fe4c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/operator-manual/signed-release-assets.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ Argo CD container images are signed by [cosign](https://github.com/sigstore/cosi
cosign verify \
--certificate-identity-regexp https://github.com/argoproj/argo-cd/.github/workflows/image-reuse.yaml@refs/tags/v \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
quay.io/argoproj/argocd:v2.7.0 | jq
--certificate-github-workflow-repository "argoproj/argo-cd" \
quay.io/argoproj/argocd:v2.11.3 | jq
```
The command should output the following if the container image was correctly verified:
```bash
Expand Down

0 comments on commit 73fe4c9

Please sign in to comment.