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 the chart itself and all container images and tools referenced by the chart. |`https://cyclonedx.org/bom/v1.6`|
101
+
| CVEs (In-Toto format) | A list of known vulnerabilities (CVEs) affecting the container images and components referenced by the chart. |`https://in-toto.io/attestation/vulns/v0.1`|
102
+
| Scout health score | A signed attestation from Docker Scout that summarizes the overall security and quality posture of the chart and its referenced images. |`https://scout.docker.com/health/v0.1`|
103
+
| Scout provenance | Provenance metadata generated by Docker Scout, including the chart source repository, build images used, and build parameters. |`https://scout.docker.com/provenance/v0.1`|
104
+
| Scout SBOM | An SBOM generated and signed by Docker Scout, including the chart and container images it references, with additional Docker-specific metadata. |`https://scout.docker.com/sbom/v0.1`|
105
+
| Secrets scan | Results of a scan for accidentally included secrets, such as credentials, tokens, or private keys, in the chart package. |`https://scout.docker.com/secrets/v0.1`|
106
+
| Tests | A record of automated tests run against the chart to validate functionality and compatibility with referenced images. |`https://scout.docker.com/tests/v0.1`|
107
+
| Virus scan | Results of antivirus scans performed on the chart package. |`https://scout.docker.com/virus/v0.1`|
108
+
| CVEs (Scout format) | A vulnerability report generated by Docker Scout, listing known CVEs and severity data for the chart's referenced images. |`https://scout.docker.com/vulnerabilities/v0.1`|
109
+
| 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. |`https://slsa.dev/provenance/v0.2`|
110
+
| SPDX SBOM | An SBOM in [SPDX](https://spdx.dev/) format, listing the chart and all container images and tools it references. |`https://spdx.dev/Document`|
111
+
112
+
For instructions on how to view and verify Helm chart attestations, see [Verify
Copy file name to clipboardExpand all lines: content/manuals/dhi/how-to/verify.md
+60-21Lines changed: 60 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,44 @@
1
1
---
2
-
title: Verify a Docker Hardened Image
3
-
linktitle: Verify an image
4
-
description: Use Docker Scout or cosign to verify signed attestations like SBOMs, provenance, and vulnerability data for Docker Hardened Images.
2
+
title: Verify Docker Hardened Images and charts
3
+
linktitle: Verify images and charts
4
+
description: Use Docker Scout or cosign to verify signed attestations like SBOMs, provenance, and vulnerability data for Docker Hardened Images and Helm charts.
0 commit comments