Skip to content

Commit

Permalink
Merge pull request #1712 from Becojo/patch-1
Browse files Browse the repository at this point in the history
Update cosign verify certificate identity regexp
  • Loading branch information
stefanprodan authored Nov 9, 2023
2 parents 41040bd + 59057f4 commit cec7b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/flux/security/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install [cosign](https://docs.sigstore.dev/cosign/installation/) v2 and run:

```console
$ cosign verify ghcr.io/fluxcd/source-controller:v1.0.0 \
--certificate-identity-regexp=https://github.com/fluxcd \
--certificate-identity-regexp=^https://github\\.com/fluxcd/.*$ \
--certificate-oidc-issuer=https://token.actions.githubusercontent.com

Verification for ghcr.io/fluxcd/source-controller:v1.0.0 --
Expand Down

0 comments on commit cec7b53

Please sign in to comment.