ImageScanningConfigurationArgs

data class ImageScanningConfigurationArgs(val scanOnPush: Output<Boolean>? = null) : ConvertibleToJava<ImageScanningConfigurationArgs>

Definition of ImageScanningConfiguration

Constructors

Link copied to clipboard
constructor(scanOnPush: Output<Boolean>? = null)

Properties

Link copied to clipboard
val scanOnPush: Output<Boolean>? = null

The setting that determines whether images are scanned after being pushed to a repository. If set to `true`, images will be scanned after being pushed. If this parameter is not specified, it will default to `false` and images will not be scanned unless a scan is manually started. The setting that determines whether images are scanned after being pushed to a repository.

Functions

Link copied to clipboard
open override fun toJava(): ImageScanningConfigurationArgs