A single SBOM

Hierarchy

  • SBOM

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
attributes?: SBOMAttributes

The JSON:API attributes of the SBOM.

id?: string

The unique ID for this SBOM (it is equivalent to the asset_name or asset_name@repo_digest (Image)

type?: SBOMType

The JSON:API type.

Generated using TypeDoc