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

SBOMReferenceNote

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

The note representing an SBOM reference.

interface SBOMReferenceNote {
format?: string;
version?: string;
}

§Properties

§
format?: string
[src]

The format that SBOM takes. E.g. may be spdx, cyclonedx, etc...

§
version?: string
[src]

The version of the format that the SBOM takes. E.g. if the format is spdx, the version may be 2.3.