diff --git a/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml b/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml index ce3cf9fbe3c18..b7871900b3a46 100644 --- a/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml +++ b/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml @@ -202,6 +202,8 @@ Resources: ContainerAssetsRepository: Type: AWS::ECR::Repository Properties: + ImageScanningConfiguration: + ScanOnPush: true RepositoryName: Fn::If: - HasCustomContainerAssetsRepositoryName @@ -491,7 +493,7 @@ Resources: Type: String Name: Fn::Sub: '/cdk-bootstrap/${Qualifier}/version' - Value: '9' + Value: '10' Outputs: BucketName: Description: The name of the S3 bucket owned by the CDK toolkit stack