Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs(README): add missing space (#2817)
Signed-off-by: favonia <favonia@gmail.com>
  • Loading branch information
favonia committed Mar 17, 2023
1 parent 6c41101 commit af5853d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -105,7 +105,7 @@ Cosign will then store the signature and certificate in the Rekor transparency l
To verify the image, you'll need to pass in the expected certificate issuer and certificate subject via the `--certificate-identity` and `--certificate-oidc-issuer` flags:
```
cosign verify $IMAGE--certificate-identity=$IDENTITY --certificate-oidc-issuer=$OIDC_ISSUER
cosign verify $IMAGE --certificate-identity=$IDENTITY --certificate-oidc-issuer=$OIDC_ISSUER
```
You can also pass in a regex for the certificate identity and issuer flags, `--certificate-identity-regexp` and `--certificate-oidc-issuer-regexp`.
Expand Down

0 comments on commit af5853d

Please sign in to comment.