GoogleApi.ContainerAnalysis.V1alpha1.Model.SlsaProvenanceZeroTwo (google_api_container_analysis v0.34.0)
View SourceSlsaProvenanceZeroTwo is the slsa provenance as defined by the slsa spec. See full explanation of fields at slsa.dev/provenance/v0.2.
Attributes
-
buildConfig(type:map(), default:nil) - Lists the steps in the build. -
buildType(type:String.t, default:nil) - URI indicating what type of build was performed. -
builder(type:GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaBuilder.t, default:nil) - Identifies the entity that executed the recipe, which is trusted to have correctly performed the operation and populated this provenance. -
invocation(type:GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaInvocation.t, default:nil) - Identifies the event that kicked off the build. -
materials(type:list(GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaMaterial.t), default:nil) - The collection of artifacts that influenced the build including sources, dependencies, build tools, base images, and so on. -
metadata(type:GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaMetadata.t, default:nil) - Other properties of the build.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.SlsaProvenanceZeroTwo{ buildConfig: map() | nil, buildType: String.t() | nil, builder: GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaBuilder.t() | nil, invocation: GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaInvocation.t() | nil, materials: [ GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaMaterial.t() ] | nil, metadata: GoogleApi.ContainerAnalysis.V1alpha1.Model.GoogleDevtoolsContaineranalysisV1alpha1SlsaProvenanceZeroTwoSlsaMetadata.t() | nil }