Vulnerability counts associated with the Container Image.

Hierarchy

  • ContainerImageVulnerabilities

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
assetId?: string

ID of the Container Image.

critical?: number

Number of vulnerabilities with CVSS Critical severity.

high?: number

Number of vulnerabilities with CVSS High severity.

low?: number

Number of vulnerabilities with CVSS Low severity.

medium?: number

Number of vulnerabilities with CVSS Medium severity.

none?: number

Number of vulnerabilities with CVSS None severity.

unknown?: number

Number of vulnerabilities with an unknown CVSS severity.

Generated using TypeDoc