Module: Google::Cloud::ArtifactRegistry::V1::Repository::VulnerabilityScanningConfig::EnablementConfig
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/repository.rb
Overview
Config for vulnerability scanning of resources in this repository.
Constant Summary collapse
- ENABLEMENT_CONFIG_UNSPECIFIED =
Not set. This will be treated as INHERITED.
0
- INHERITED =
Scanning is Enabled, but dependent on API enablement.
1
- DISABLED =
No automatic vulnerability scanning will be performed for this repository.
2