SlsaProvenanceResponse

data class SlsaProvenanceResponse(val builder: SlsaBuilderResponse, val materials: List<MaterialResponse>, val metadata: SlsaMetadataResponse, val recipe: SlsaRecipeResponse)

SlsaProvenance is the slsa provenance as defined by the slsa spec.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

builder is the builder of this provenance

Link copied to clipboard

The collection of artifacts that influenced the build including sources, dependencies, build tools, base images, and so on. This is considered to be incomplete unless metadata.completeness.materials is true. Unset or null is equivalent to empty.

Link copied to clipboard

metadata is the metadata of the provenance

Link copied to clipboard

Identifies the configuration used for the build. When combined with materials, this SHOULD fully describe the build, such that re-running this recipe results in bit-for-bit identical output (if the build is reproducible).