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

SlsaProvenanceV1

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

Keep in sync with schema at https://github.com/slsa-framework/slsa/blob/main/docs/provenance/schema/v1/provenance.proto Builder renamed to ProvenanceBuilder because of Java conflicts.

interface SlsaProvenanceV1 {
buildDefinition?: BuildDefinition;
runDetails?: RunDetails;
}

§Properties

§
buildDefinition?: BuildDefinition
[src]
§
runDetails?: RunDetails
[src]