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

GrafeasV1SlsaProvenanceZeroTwoSlsaConfigSource

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

Describes where the config file that kicked off the build came from. This is effectively a pointer to the source where buildConfig came from.

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

§Properties

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