Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/attestations/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Attestations

BuildKit supports creating and attaching attestations to build artifacts.
Generated attestations use the [in-toto attestation format](https://github.com/in-toto/attestation).

The currently supported attestation types are:

- [SBOMs](./sbom.md)
- [SLSA Provenance](./slsa-provenance.md)

Upon generation, attestations are attached differently to the export result:

- For the `image`, `oci` and `docker` exporters, attestations are exported
using the attached [attestation storage](./attestation-storage.md).
- For the `local` and `tar` exporters, attestations are written to separate
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.