Struct google_containeranalysis1::api::SlsaProvenance
source · pub struct SlsaProvenance {
pub builder: Option<SlsaBuilder>,
pub materials: Option<Vec<Material>>,
pub metadata: Option<SlsaMetadata>,
pub recipe: Option<SlsaRecipe>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§builder: Option<SlsaBuilder>required
materials: Option<Vec<Material>>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: Option<SlsaMetadata>no description provided
recipe: Option<SlsaRecipe>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). required
Trait Implementations§
source§impl Clone for SlsaProvenance
impl Clone for SlsaProvenance
source§fn clone(&self) -> SlsaProvenance
fn clone(&self) -> SlsaProvenance
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SlsaProvenance
impl Debug for SlsaProvenance
source§impl Default for SlsaProvenance
impl Default for SlsaProvenance
source§fn default() -> SlsaProvenance
fn default() -> SlsaProvenance
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SlsaProvenance
impl<'de> Deserialize<'de> for SlsaProvenance
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more