Skip to content

Commit

Permalink
update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshizawa56 committed May 12, 2022
1 parent f8c4b90 commit 378f9fe
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1362,6 +1362,11 @@
},
"batchjobrepo4C508C51": {
"Type": "AWS::ECR::Repository",
"Properties": {
"ImageScanningConfiguration": {
"ScanOnPush": false
}
},
"UpdateReplacePolicy": "Retain",
"DeletionPolicy": "Retain"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"17.0.0"}
{"version":"18.0.0"}
14 changes: 0 additions & 14 deletions packages/@aws-cdk/aws-batch/test/batch.integ.snapshot/integ.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"version": "17.0.0",
"version": "18.0.0",
"artifacts": {
"Tree": {
"type": "cdk:tree",
"properties": {
"file": "tree.json"
}
},
"metadata": {}
},
"batch-stack": {
"type": "aws:cloudformation:stack",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1601,7 +1601,11 @@
"path": "batch-stack/batch-job-repo/Resource",
"attributes": {
"aws:cdk:cloudformation:type": "AWS::ECR::Repository",
"aws:cdk:cloudformation:props": {}
"aws:cdk:cloudformation:props": {
"imageScanningConfiguration": {
"scanOnPush": false
}
}
},
"constructInfo": {
"fqn": "@aws-cdk/aws-ecr.CfnRepository",
Expand Down

0 comments on commit 378f9fe

Please sign in to comment.