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
Rewrite the opening paragraph to define attestations in general terms
before framing them in a DHI-specific context, consistent with other
pages under core-concepts/.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
| CycloneDX SBOM | A software bill of materials in [CycloneDX](https://cyclonedx.org/) format, listing components, libraries, and versions.|
77
-
| STIG scan | Results of a STIG scan, with output in HTML and XCCDF formats. |
78
-
| CVEs (In-Toto format) | A list of known vulnerabilities (CVEs) affecting the image's components, based on package and distribution scanning. |
79
-
| 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).|
80
-
| Scout health score | A signed attestation from Docker Scout that summarizes the overall security and quality posture of the image. |
81
-
| Scout provenance | Provenance metadata generated by Docker Scout, including the source Git commit, build parameters, and environment details. |
82
-
| Scout SBOM | An SBOM generated and signed by Docker Scout, including additional Docker-specific metadata. |
83
-
| Secrets scan | Results of a scan for accidentally included secrets, such as credentials, tokens, or private keys. |
84
-
| Tests | A record of automated tests run against the image, such as functional checks or validation scripts. |
85
-
| Virus scan | Results of antivirus scans performed on the image layers. For details, see [Malware scanning](../explore/malware-scanning.md). |
86
-
| CVEs (Scout format) | A vulnerability report generated by Docker Scout, listing known CVEs and severity data. |
87
-
| SLSA provenance | A standard [SLSA](https://slsa.dev/) provenance statement describing how the image was built, including build tool, parameters, and source. |
88
-
| SLSA verification summary | A summary attestation indicating the image's compliance with SLSA requirements. |
89
-
| SPDX SBOM | An SBOM in [SPDX](https://spdx.dev/) format, widely adopted in open-source ecosystems. |
90
-
| FIPS compliance | An attestation that verifies the image uses FIPS 140-validated cryptographic modules. |
91
-
| DHI Image Sources | Links to a corresponding source image containing all materials used to build the image, including package source code, Git repositories, and local files, ensuring compliance with open source license requirements. |
| CycloneDX SBOM | A software bill of materials in [CycloneDX](https://cyclonedx.org/) format, listing components, libraries, and versions. |
77
+
| STIG scan | Results of a STIG scan, with output in HTML and XCCDF formats.|
78
+
| CVEs (In-Toto format) | A list of known vulnerabilities (CVEs) affecting the image's components, based on package and distribution scanning.|
79
+
| 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). |
80
+
| Scout health score | A signed attestation from Docker Scout that summarizes the overall security and quality posture of the image.|
81
+
| Scout provenance | Provenance metadata generated by Docker Scout, including the source Git commit, build parameters, and environment details.|
82
+
| Scout SBOM | An SBOM generated and signed by Docker Scout, including additional Docker-specific metadata.|
83
+
| Secrets scan | Results of a scan for accidentally included secrets, such as credentials, tokens, or private keys.|
84
+
| Tests | A record of automated tests run against the image, such as functional checks or validation scripts.|
85
+
| Virus scan | Results of antivirus scans performed on the image layers. For details, see [Malware scanning](../explore/malware-scanning.md).|
86
+
| CVEs (Scout format) | A vulnerability report generated by Docker Scout, listing known CVEs and severity data.|
87
+
| SLSA provenance | A standard [SLSA](https://slsa.dev/) provenance statement describing how the image was built, including build tool, parameters, and source.|
88
+
| SLSA verification summary | A summary attestation indicating the image's compliance with SLSA requirements.|
89
+
| SPDX SBOM | An SBOM in [SPDX](https://spdx.dev/) format, widely adopted in open-source ecosystems.|
90
+
| FIPS compliance | An attestation that verifies the image uses FIPS 140-validated cryptographic modules.|
91
+
| DHI Image Sources | Links to a corresponding source image containing all materials used to build the image, including package source code, Git repositories, and local files, ensuring compliance with open source license requirements. |
92
92
93
93
## Package attestations
94
94
@@ -121,19 +121,19 @@ $ docker scout attest list dhi.io/<chart>:<version>
121
121
122
122
For more details, see [Verify Helm chart attestations](../how-to/verify.md#verify-helm-chart-attestations-with-docker-scout).
| CycloneDX SBOM | A software bill of materials in [CycloneDX](https://cyclonedx.org/) format, listing the chart itself and all container images and tools referenced by the chart.|
127
-
| CVEs (In-Toto format) | A list of known vulnerabilities (CVEs) affecting the container images and components referenced by the chart.|
128
-
| Scout health score | A signed attestation from Docker Scout that summarizes the overall security and quality posture of the chart and its referenced images.|
129
-
| Scout provenance | Provenance metadata generated by Docker Scout, including the chart source repository, build images used, and build parameters.|
130
-
| Scout SBOM | An SBOM generated and signed by Docker Scout, including the chart and container images it references, with additional Docker-specific metadata.|
131
-
| Secrets scan | Results of a scan for accidentally included secrets, such as credentials, tokens, or private keys, in the chart package.|
132
-
| Tests | A record of automated tests run against the chart to validate functionality and compatibility with referenced images.|
133
-
| Virus scan | Results of antivirus scans performed on the chart package. For details, see [Malware scanning](../explore/malware-scanning.md).|
134
-
| CVEs (Scout format) | A vulnerability report generated by Docker Scout, listing known CVEs and severity data for the chart's referenced images.|
135
-
| SLSA provenance | A standard [SLSA](https://slsa.dev/) provenance statement describing how the chart was built, including build tool, source repository, referenced images, and build materials.|
136
-
| SPDX SBOM | An SBOM in [SPDX](https://spdx.dev/) format, listing the chart and all container images and tools it references.|
| CycloneDX SBOM | A software bill of materials in [CycloneDX](https://cyclonedx.org/) format, listing the chart itself and all container images and tools referenced by the chart. |
127
+
| CVEs (In-Toto format) | A list of known vulnerabilities (CVEs) affecting the container images and components referenced by the chart. |
128
+
| Scout health score | A signed attestation from Docker Scout that summarizes the overall security and quality posture of the chart and its referenced images. |
129
+
| Scout provenance | Provenance metadata generated by Docker Scout, including the chart source repository, build images used, and build parameters. |
130
+
| Scout SBOM | An SBOM generated and signed by Docker Scout, including the chart and container images it references, with additional Docker-specific metadata. |
131
+
| Secrets scan | Results of a scan for accidentally included secrets, such as credentials, tokens, or private keys, in the chart package. |
132
+
| Tests | A record of automated tests run against the chart to validate functionality and compatibility with referenced images. |
133
+
| Virus scan | Results of antivirus scans performed on the chart package. For details, see [Malware scanning](../explore/malware-scanning.md). |
134
+
| CVEs (Scout format) | A vulnerability report generated by Docker Scout, listing known CVEs and severity data for the chart's referenced images. |
135
+
| SLSA provenance | A standard [SLSA](https://slsa.dev/) provenance statement describing how the chart was built, including build tool, source repository, referenced images, and build materials. |
136
+
| SPDX SBOM | An SBOM in [SPDX](https://spdx.dev/) format, listing the chart and all container images and tools it references. |
137
137
138
138
## View and verify attestations
139
139
@@ -156,4 +156,4 @@ These attestations can then be verified downstream using tools
156
156
like Cosign or Docker Scout.
157
157
158
158
To learn how to attach custom attestations during the build process, see [Build
0 commit comments