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
docs: preserve /build/metadata/attestations/ aliases on flattened pages
Add backward-compat aliases so links to the pre-flatten URLs
/build/metadata/attestations/sbom/ and
/build/metadata/attestations/slsa-provenance/ continue to resolve.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: content/manuals/build/metadata/sbom.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ description: |
5
5
SBOM attestations describe what software artifacts an image contains and the artifacts used to create the image.
6
6
aliases:
7
7
- /build/attestations/sbom/
8
+
- /build/metadata/attestations/sbom/
8
9
---
9
10
10
11
SBOM attestations help ensure [software supply chain transparency](/guides/docker-scout/s3c.md) by verifying the software artifacts an image contains and the artifacts used to create the image. Metadata included in an [SBOM](/guides/docker-scout/sbom.md) for describing software artifacts may include:
0 commit comments