Repository Vulnerability Scanning Config Args
data class RepositoryVulnerabilityScanningConfigArgs(val enablementConfig: Output<String>? = null, val enablementState: Output<String>? = null, val enablementStateReason: Output<String>? = null) : ConvertibleToJava<RepositoryVulnerabilityScanningConfigArgs>
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
(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.