Skip to content

Commit 5bb35d5

Browse files
Update docs/oci-image-verification.md
Co-authored-by: Fredrik Skogman <kommendorkapten@github.com> Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
1 parent 7de91ff commit 5bb35d5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/oci-image-verification.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ In this example, we'll use the `sigstore-go` CLI to verify an OCI image referenc
3030
The image we are going to verify is `ghcr.io/stacklok/minder/server:latest`
3131

3232
```shell
33-
sigstore-go --ociImage="ghcr.io/stacklok/minder/server:latest" --tufRootURL="tuf-repo-cdn.sigstore.dev" --expectedSANRegex="^https://github.com/stacklok/minder/" --expectedIssuer="https://token.actions.githubusercontent.com"
33+
$ sigstore-go --ociImage="ghcr.io/stacklok/minder/server:latest" \
34+
--tufRootURL="tuf-repo-cdn.sigstore.dev" \
35+
--expectedSANRegex="^https://github.com/stacklok/minder/" \
36+
--expectedIssuer="https://token.actions.githubusercontent.com"
3437
```
3538

3639
Upon successful verification, the CLI will print the verification result in JSON format along with a `Verification successful!` message.

0 commit comments

Comments
 (0)