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

SbomReferenceIntotoPayload

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

The actual payload that contains the SBOM Reference data. The payload follows the intoto statement specification. See https://github.com/in-toto/attestation/blob/main/spec/v1.0/statement.md for more details.

interface SbomReferenceIntotoPayload {
_type?: string;
predicateType?: string;
subject?: Subject[];
}

§Properties

§
_type?: string
[src]

Identifier for the schema of the Statement.

§

Additional parameters of the Predicate. Includes the actual data about the SBOM.

§
predicateType?: string
[src]

URI identifying the type of the Predicate.

§
subject?: Subject[]
[src]

Set of software artifacts that the attestation applies to. Each element represents a single software artifact.