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
- Struct
- Aws::ECR::Types::ImageScanningConfiguration
- 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
-
#scan_on_push ⇒ Boolean
The setting that determines whether images are scanned after being pushed to a repository.
Instance Attribute Details
#scan_on_push ⇒ Boolean
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.