RepositoryImageScanningConfiguration

data class RepositoryImageScanningConfiguration(val scanOnPush: Boolean)

Constructors

Link copied to clipboard
constructor(scanOnPush: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether images are scanned after being pushed to the repository (true) or not scanned (false).