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

SbomReferenceIntotoPredicate

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

A predicate which describes the SBOM being referenced.

interface SbomReferenceIntotoPredicate {
digest?: {
[key: string]: string;
}
;
location?: string;
mimeType?: string;
referrerId?: string;
}

§Properties

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

A map of algorithm to digest of the contents of the SBOM.

§
location?: string
[src]

The location of the SBOM.

§
mimeType?: string
[src]

The mime type of the SBOM.

§
referrerId?: string
[src]

The person or system referring this predicate to the consumer.