Skip to content

Commit f1843a9

Browse files
committed
docs(README.md): Add trailing / in cosign example command
1 parent 02172c8 commit f1843a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Use [cosign](https://docs.sigstore.dev/about/tooling/#cosign) to verify the base
171171
```bash
172172
cosign dockerfile verify Dockerfile \
173173
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
174-
--certificate-identity-regexp '^https\:\/\/github\.com\/codecentric\/single\-page\-application\-server' \
174+
--certificate-identity-regexp '^https\:\/\/github\.com\/codecentric\/single\-page\-application\-server\/' \
175175
--base-image-only
176176
```
177177

0 commit comments

Comments
 (0)