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

GrafeasV1SlsaProvenanceZeroTwoSlsaMaterial

import type { GrafeasV1SlsaProvenanceZeroTwoSlsaMaterial } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";

The collection of artifacts that influenced the build including sources, dependencies, build tools, base images, and so on.

interface GrafeasV1SlsaProvenanceZeroTwoSlsaMaterial {
digest?: {
[key: string]: string;
}
;
uri?: string;
}

§Properties

§
digest?: {
[key: string]: string;
}
[src]
§
uri?: string
[src]