You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/dhi/how-to/verify.md
+34-4Lines changed: 34 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,6 @@ offers several key advantages when working with Docker Hardened Images:
57
57
58
58
In short, Docker Scout streamlines the verification process and reduces the chances of human error, while still giving you full visibility and the option to fall back to cosign when needed.
59
59
60
-
61
-
62
60
### List available attestations
63
61
64
62
To list attestations for a mirrored DHI:
@@ -105,9 +103,26 @@ $ docker scout attest get \
105
103
docs/dhi-python:3.13 --platform linux/amd64
106
104
```
107
105
108
-
### Validate and show the equivalent cosign command
106
+
### Validate the attestation with Docker Scout
107
+
108
+
To validate the attestation using Docker Scout, you can use the `--verify` flag:
0 commit comments