Skip to content

Commit 4106132

Browse files
fix codeblock
Signed-off-by: Craig <[email protected]>
1 parent c740dbf commit 4106132

File tree

1 file changed

+2
-2
lines changed
  • content/manuals/dhi/core-concepts

1 file changed

+2
-2
lines changed

content/manuals/dhi/core-concepts/slsa.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ demonstrate adherence to SLSA Build Level 3 standards.
8585

8686
To get and verify SLSA provenance for a DHI, you can use Docker Scout.
8787

88-
```
88+
```console
8989
$ docker scout attest get <your-namespace>/dhi-<image>:<tag> \
9090
--predicate-type https://slsa.dev/provenance/v0.2 \
9191
--verify
9292
```
9393

9494
For example:
9595

96-
```
96+
```console
9797
$ docker scout attest get docs/dhi-node:20.19-debian12-fips-20250701182639 \
9898
--predicate-type https://slsa.dev/provenance/v0.2 \
9999
--verify

0 commit comments

Comments
 (0)