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

ProvenanceBuilder

import type { ProvenanceBuilder } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";
interface ProvenanceBuilder {
builderDependencies?: ResourceDescriptor[];
id?: string;
version?: {
[key: string]: string;
}
;
}

§Properties

§
builderDependencies?: ResourceDescriptor[]
[src]
§
id?: string
[src]
§
version?: {
[key: string]: string;
}
[src]