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
| CycloneDX SBOM | A software bill of materials in [CycloneDX](https://cyclonedx.org/) format, listing components, libraries, and versions. |`https://cyclonedx.org/bom/v1.5`|
70
+
| CycloneDX SBOM | A software bill of materials in [CycloneDX](https://cyclonedx.org/) format, listing components, libraries, and versions. |`https://cyclonedx.org/bom/v1.6`|
71
71
| STIG scan | Results of a STIG scan, with output in HTML and XCCDF formats. |`https://docker.com/dhi/stig/v0.1`|
72
72
| CVEs (In-Toto format) | A list of known vulnerabilities (CVEs) affecting the image's components, based on package and distribution scanning. |`https://in-toto.io/attestation/vulns/v0.1`|
73
73
| VEX | A [Vulnerability Exploitability eXchange (VEX)](https://openvex.dev/) document that identifies vulnerabilities that do not apply to the image and explains why (e.g., not reachable or not present). |`https://openvex.dev/ns/v0.2.0`|
Copy file name to clipboardExpand all lines: content/manuals/dhi/how-to/verify.md
+42-15Lines changed: 42 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,14 +55,20 @@ offers several key advantages when working with Docker Hardened Images:
55
55
ensuring compatibility and simplifying verification for users within the
56
56
Docker ecosystem.
57
57
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.
58
+
In short, Docker Scout streamlines the verification process and reduces the chances of human error, while still giving
59
+
you full visibility and the option to fall back to cosign when needed.
59
60
60
61
### List available attestations
61
62
62
63
To list attestations for a mirrored DHI:
63
64
65
+
> [!NOTE]
66
+
>
67
+
> If the image exists locally on your device, you must prefix the image name with `registry://`. For example, use
68
+
> `registry://docs/dhi-python:3.13` instead of `docs/dhi-python:3.13`.
69
+
64
70
```console
65
-
$ docker scout attest list <your-org-namespace>/dhi-<image>:<tag> --platform <platform>
71
+
$ docker scout attest list <your-org-namespace>/dhi-<image>:<tag>
66
72
```
67
73
68
74
This command shows all available attestations, including SBOMs, provenance, vulnerability reports, and more.
@@ -73,34 +79,39 @@ To retrieve a specific attestation, use the `--predicate-type` flag with the ful
0 commit comments