We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ScanOnPush
1 parent 73f0f0e commit 7588b51Copy full SHA for 7588b51
packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml
@@ -202,6 +202,8 @@ Resources:
202
ContainerAssetsRepository:
203
Type: AWS::ECR::Repository
204
Properties:
205
+ ImageScanningConfiguration:
206
+ ScanOnPush: true
207
RepositoryName:
208
Fn::If:
209
- HasCustomContainerAssetsRepositoryName
@@ -491,7 +493,7 @@ Resources:
491
493
Type: String
492
494
Name:
495
Fn::Sub: '/cdk-bootstrap/${Qualifier}/version'
- Value: '9'
496
+ Value: '10'
497
Outputs:
498
BucketName:
499
Description: The name of the S3 bucket owned by the CDK toolkit stack
0 commit comments