Skip to content

Commit 378f9fe

Browse files
committed
update snapshot
1 parent f8c4b90 commit 378f9fe

5 files changed

Lines changed: 14 additions & 18 deletions

File tree

packages/@aws-cdk/aws-batch/test/batch.integ.snapshot/batch-stack.template.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1362,6 +1362,11 @@
13621362
},
13631363
"batchjobrepo4C508C51": {
13641364
"Type": "AWS::ECR::Repository",
1365+
"Properties": {
1366+
"ImageScanningConfiguration": {
1367+
"ScanOnPush": false
1368+
}
1369+
},
13651370
"UpdateReplacePolicy": "Retain",
13661371
"DeletionPolicy": "Retain"
13671372
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"17.0.0"}
1+
{"version":"18.0.0"}

packages/@aws-cdk/aws-batch/test/batch.integ.snapshot/integ.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/@aws-cdk/aws-batch/test/batch.integ.snapshot/manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
"version": "17.0.0",
2+
"version": "18.0.0",
33
"artifacts": {
44
"Tree": {
55
"type": "cdk:tree",
66
"properties": {
77
"file": "tree.json"
8-
}
8+
},
9+
"metadata": {}
910
},
1011
"batch-stack": {
1112
"type": "aws:cloudformation:stack",

packages/@aws-cdk/aws-batch/test/batch.integ.snapshot/tree.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,11 @@
16011601
"path": "batch-stack/batch-job-repo/Resource",
16021602
"attributes": {
16031603
"aws:cdk:cloudformation:type": "AWS::ECR::Repository",
1604-
"aws:cdk:cloudformation:props": {}
1604+
"aws:cdk:cloudformation:props": {
1605+
"imageScanningConfiguration": {
1606+
"scanOnPush": false
1607+
}
1608+
}
16051609
},
16061610
"constructInfo": {
16071611
"fqn": "@aws-cdk/aws-ecr.CfnRepository",

0 commit comments

Comments
 (0)