ImagePipelineImageScanningConfiguration

data class ImagePipelineImageScanningConfiguration(val ecrConfiguration: ImagePipelineEcrConfiguration? = null, val imageScanningEnabled: Boolean? = null)

Determines if tests should run after building the image. Image Builder defaults to enable tests to run following the image build, before image distribution.

Constructors

Link copied to clipboard
fun ImagePipelineImageScanningConfiguration(ecrConfiguration: ImagePipelineEcrConfiguration? = null, imageScanningEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contains ECR settings for vulnerability scans.

Link copied to clipboard

This sets whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image.