RepositoryVulnerabilityScanningConfig

data class RepositoryVulnerabilityScanningConfig(val enablementConfig: String? = null, val enablementState: String? = null, val enablementStateReason: String? = null)

Constructors

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

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 are: INHERITED, DISABLED.

Link copied to clipboard
val enablementState: String? = null

(Output) This field returns whether scanning is active for this repository.

Link copied to clipboard

(Output) This provides an explanation for the state of scanning on this repository.