Get Repository Vulnerability Scanning Config
data class GetRepositoryVulnerabilityScanningConfig(val enablementConfig: String, val enablementState: String, val enablementStateReason: String)
Properties
Link copied to clipboard
This configures whether vulnerability scanning is automatically performed for artifacts pushed to this repository. Possible values: "INHERITED", "DISABLED"
Link copied to clipboard
This field returns whether scanning is active for this repository.
Link copied to clipboard
This provides an explanation for the state of scanning on this repository.