You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ECR::Types::ImageScanningConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ImageScanningConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  scan_on_push: false,
}

The image scanning configuration for a repository.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#scan_on_pushBoolean

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 StartImageScan API.

Returns:

  • (Boolean)

    The setting that determines whether images are scanned after being pushed to a repository.