In Toto Provenance Args
data class InTotoProvenanceArgs(val builderConfig: Output<BuilderConfigArgs>? = null, val materials: Output<List<String>>? = null, val metadata: Output<MetadataArgs>? = null, val recipe: Output<RecipeArgs>? = null) : ConvertibleToJava<InTotoProvenanceArgs>
Constructors
Link copied to clipboard
constructor(builderConfig: Output<BuilderConfigArgs>? = null, materials: Output<List<String>>? = null, metadata: Output<MetadataArgs>? = null, recipe: Output<RecipeArgs>? = null)
Properties
Link copied to clipboard
required
Link copied to clipboard
Link copied to clipboard
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). required