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

SBOMStatus

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

The status of an SBOM generation.

interface SBOMStatus {
error?: string;
sbomState?: "SBOM_STATE_UNSPECIFIED" | "PENDING" | "COMPLETE";
}

§Properties

§
error?: string
[src]

If there was an error generating an SBOM, this will indicate what that error was.

§
sbomState?: "SBOM_STATE_UNSPECIFIED" | "PENDING" | "COMPLETE"
[src]

The progress of the SBOM generation.