Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InTotoProvenance

import type { InTotoProvenance } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";
interface InTotoProvenance {
builderConfig?: BuilderConfig;
materials?: string[];
metadata?: Metadata;
recipe?: Recipe;
}

§Properties

§
builderConfig?: BuilderConfig
[src]

required

§
materials?: string[]
[src]

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?: Metadata
[src]
§
recipe?: Recipe
[src]

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