We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c740dbf commit 4106132Copy full SHA for 4106132
content/manuals/dhi/core-concepts/slsa.md
@@ -85,15 +85,15 @@ demonstrate adherence to SLSA Build Level 3 standards.
85
86
To get and verify SLSA provenance for a DHI, you can use Docker Scout.
87
88
-```
+```console
89
$ docker scout attest get <your-namespace>/dhi-<image>:<tag> \
90
--predicate-type https://slsa.dev/provenance/v0.2 \
91
--verify
92
```
93
94
For example:
95
96
97
$ docker scout attest get docs/dhi-node:20.19-debian12-fips-20250701182639 \
98
99
0 commit comments