class Aws::ECR::Types::ImageScanningConfiguration

The image scanning configuration for a repository.

@note When making an API call, you may pass ImageScanningConfiguration

data as a hash:

    {
      scan_on_push: false,
    }

@!attribute [rw] scan_on_push

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 with the [API\_StartImageScan][1] API.

[1]: https://docs.aws.amazon.com/AmazonECR/latest/APIReference/API_StartImageScan.html
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/ImageScanningConfiguration AWS API Documentation

Constants

SENSITIVE