Skip to content

Commit f47540f

Browse files
authored
Merge pull request moby#3459 from jedevc/docs-attestation-directory
Move attestations docs to dedicated directory
2 parents 2c88c6f + 1433d80 commit f47540f

File tree

6 files changed

+16
-0
lines changed

6 files changed

+16
-0
lines changed

docs/attestations/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Attestations
2+
3+
BuildKit supports creating and attaching attestations to build artifacts.
4+
Generated attestations use the [in-toto attestation format](https://github.com/in-toto/attestation).
5+
6+
The currently supported attestation types are:
7+
8+
- [SBOMs](./sbom.md)
9+
- [SLSA Provenance](./slsa-provenance.md)
10+
11+
Upon generation, attestations are attached differently to the export result:
12+
13+
- For the `image`, `oci` and `docker` exporters, attestations are exported
14+
using the attached [attestation storage](./attestation-storage.md).
15+
- For the `local` and `tar` exporters, attestations are written to separate
16+
files within the output directory.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)