Skip to content

Commit ede3ed3

Browse files
authored
Merge pull request moby#5430 from dvdksn/attestation-docs-frontmatter-title
docs: add front matter title to attestation docs
2 parents 2be385c + ec98602 commit ede3ed3

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

docs/attestations/attestation-storage.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Image Attestation Storage
1+
---
2+
title: Image attestation storage
3+
---
24

35
Buildkit supports creating and attaching attestations to build artifacts. These
46
attestations can provide valuable information from the build process,

docs/attestations/sbom-protocol.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# SBOM Scanning Protocol
1+
---
2+
title: SBOM scanning protocol
3+
---
24

35
BuildKit supports automatic creation of [SBOMs](https://en.wikipedia.org/wiki/Software_supply_chain)
46
for builds, attaching them as [image attestations](./attestation-storage.md).

docs/attestations/sbom.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# SBOMs
1+
---
2+
title: SBOMs
3+
---
24

35
BuildKit supports automatic creation of [SBOMs](https://en.wikipedia.org/wiki/Software_supply_chain)
46
to record the software components that make up the final image. These consist

docs/attestations/slsa-definitions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# SLSA definitions
1+
---
2+
title: SLSA definitions
3+
---
24

35
BuildKit supports the [creation of SLSA Provenance](./slsa-provenance.md) for builds that
46
it runs.

docs/attestations/slsa-provenance.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# SLSA provenance
1+
---
2+
title: SLSA provenance
3+
---
24

35
BuildKit supports automatic creation of provenance attestations for the build
46
process. Provenance attestations record information describing how a build was

0 commit comments

Comments
 (0)