Skip to content

Commit

Permalink
docs(README.md): Add trailing / in cosign example command
Browse files Browse the repository at this point in the history
  • Loading branch information
PSanetra committed Aug 12, 2024
1 parent 02172c8 commit f1843a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Use [cosign](https://docs.sigstore.dev/about/tooling/#cosign) to verify the base
```bash
cosign dockerfile verify Dockerfile \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https\:\/\/github\.com\/codecentric\/single\-page\-application\-server' \
--certificate-identity-regexp '^https\:\/\/github\.com\/codecentric\/single\-page\-application\-server\/' \
--base-image-only
```

Expand Down

0 comments on commit f1843a9

Please sign in to comment.