RepositoryImageScanningConfiguration

data class RepositoryImageScanningConfiguration(val scanOnPush: Boolean? = null)

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val scanOnPush: Boolean? = null