GetRepositoryVulnerabilityScanningConfig

data class GetRepositoryVulnerabilityScanningConfig(val enablementConfig: String, val enablementState: String, val enablementStateReason: String)

Constructors

Link copied to clipboard
constructor(enablementConfig: String, enablementState: String, enablementStateReason: String)

Types

Link copied to clipboard
object Companion

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.