Skip to content

Commit 1ac26d3

Browse files
committed
Update ECR::Repository.ImageScanningConfiguration to output the correct json (Fixes #1791)
1 parent 1ffd773 commit 1ac26d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

troposphere/ecr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Repository(AWSObject):
1414
resource_type = "AWS::ECR::Repository"
1515

1616
props = {
17-
'ImageScanningConfiguration': (json_checker, False),
17+
'ImageScanningConfiguration': (dict, False),
1818
'ImageTagMutability': (basestring, False),
1919
'LifecyclePolicy': (LifecyclePolicy, False),
2020
'RepositoryName': (basestring, False),

0 commit comments

Comments
 (0)