View Source GoogleApi.ContainerAnalysis.V1alpha1.Model.SlsaProvenance (google_api_container_analysis v0.28.0)

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

Attributes

  • builder (type: GoogleApi.ContainerAnalysis.V1alpha1.Model.SlsaBuilder.t, default: nil) - builder is the builder of this provenance
  • materials (type: list(GoogleApi.ContainerAnalysis.V1alpha1.Model.Material.t), default: nil) - 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.
  • metadata (type: GoogleApi.ContainerAnalysis.V1alpha1.Model.SlsaMetadata.t, default: nil) - metadata is the metadata of the provenance
  • recipe (type: GoogleApi.ContainerAnalysis.V1alpha1.Model.SlsaRecipe.t, default: nil) - 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).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.