Module: Google::Cloud::Container::V1::SecurityPostureConfig::VulnerabilityMode

Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

VulnerabilityMode defines enablement mode for vulnerability scanning.

Constant Summary collapse

VULNERABILITY_MODE_UNSPECIFIED =

Default value not specified.

0
VULNERABILITY_DISABLED =

Disables vulnerability scanning on the cluster.

1
VULNERABILITY_BASIC =

Applies basic vulnerability scanning on the cluster.

2