Closed Maurits-de-Groot closed 11 months ago
Would be nice to add test cases which test both string and boolean values. At least in RDS tests I can see only string value.
Added an example in test_scan.py based out of https://github.com/awslabs/aws-cloudformation-templates/blob/master/aws/services/RDS/RDS_with_DBParameterGroup.yaml
Fixed edge case when comparing boolean types with strings
Changed
== true
toin ['true', true]
to allow both usage of true and 'true' in CloudFormation templatesIssue #, if available: N/A
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.