View Source GoogleApi.ContainerAnalysis.V1alpha1.Model.SlsaMetadata (google_api_container_analysis v0.26.0)
Other properties of the build.
Attributes
-
buildFinishedOn(type:DateTime.t, default:nil) - The timestamp of when the build completed. -
buildInvocationId(type:String.t, default:nil) - Identifies the particular build invocation, which can be useful for finding associated logs or other ad-hoc analysis. The value SHOULD be globally unique, per in-toto Provenance spec. -
buildStartedOn(type:DateTime.t, default:nil) - The timestamp of when the build started. -
completeness(type:GoogleApi.ContainerAnalysis.V1alpha1.Model.SlsaCompleteness.t, default:nil) - Indicates that the builder claims certain fields in this message to be complete. -
reproducible(type:boolean(), default:nil) - If true, the builder claims that running the recipe on materials will produce bit-for-bit identical output.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ContainerAnalysis.V1alpha1.Model.SlsaMetadata{
buildFinishedOn: DateTime.t() | nil,
buildInvocationId: String.t() | nil,
buildStartedOn: DateTime.t() | nil,
completeness:
GoogleApi.ContainerAnalysis.V1alpha1.Model.SlsaCompleteness.t() | nil,
reproducible: boolean() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.