Files
buildkit/docs/attestations/README.md
Justin Chadwell 1433d809b1 docs: add index page for attestations
Signed-off-by: Justin Chadwell <me@jedevc.com>
2023-01-05 13:39:09 +00:00

640 B

Attestations

BuildKit supports creating and attaching attestations to build artifacts. Generated attestations use the in-toto attestation format.

The currently supported attestation types are:

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.
  • For the local and tar exporters, attestations are written to separate files within the output directory.