Module: Google::Cloud::Container::V1beta1::SecurityPostureConfig::VulnerabilityMode
- Defined in:
- proto_docs/google/container/v1beta1/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 =
Deprecated: Basic vulnerability scanning is no longer supported. For more details, see https://cloud.google.com/kubernetes-engine/docs/deprecations/posture-management-deprecation.
Applies basic vulnerability scanning on the cluster.
2- VULNERABILITY_ENTERPRISE =
Applies the Security Posture's vulnerability on cluster Enterprise level features.
3