From 9a2cbe832c456de8a7d6cdc596a8839cc6a33e2c Mon Sep 17 00:00:00 2001 From: Craig Osterhout Date: Thu, 4 Jun 2026 14:58:06 -0700 Subject: [PATCH] dhi: clean up wording Signed-off-by: Craig Osterhout --- content/manuals/dhi/core-concepts/sbom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/dhi/core-concepts/sbom.md b/content/manuals/dhi/core-concepts/sbom.md index 06dc2b67a31d..40b99f153b11 100644 --- a/content/manuals/dhi/core-concepts/sbom.md +++ b/content/manuals/dhi/core-concepts/sbom.md @@ -51,7 +51,7 @@ The significance of SBOMs is underscored by several key factors: ## Docker Hardened Image SBOMs -Docker Hardened Images come with built-in SBOMs, ensuring that every component +Docker Hardened Images have SBOMs, ensuring that every component in the image is documented and verifiable. These SBOMs are cryptographically signed, providing a tamper-evident record of the image's contents. This integration simplifies audits and enhances trust in the software supply chain.