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

GrafeasV1SlsaProvenanceZeroTwoSlsaInvocation

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

Identifies the event that kicked off the build.

interface GrafeasV1SlsaProvenanceZeroTwoSlsaInvocation {
environment?: {
[key: string]: any;
}
;
parameters?: {
[key: string]: any;
}
;
}

§Properties

§
environment?: {
[key: string]: any;
}
[src]
§
parameters?: {
[key: string]: any;
}
[src]