Commit Graph

7 Commits

Author SHA1 Message Date
Ciprian Hacman b30890ffdc Update cfn-lint to v1.52.0 2021-07-29 05:40:05 +03:00
Peter Rifel 39072df39c
Update terraform and cloudformation lint versions 2021-04-19 21:38:31 -05:00
Ciprian Hacman 3f25569bec Update cfn-python-lint to v0.44.4 2021-01-21 11:35:41 +02:00
Peter Rifel 521f0d654c
Upgrade cfn-lint to 0.44.3 2021-01-12 20:14:56 -06:00
Peter Rifel df1e30182f
Fix cloudformation lint job
The dockerfile we were using in the cfn-python-lint repo wasn't actually pinned to the version associated with the git tag, it always installs the latest version.
A recent release consolidated error rules regarding invalid values.
We use an invalid "us-test-1" region and zones in much of our testing.
We used to be able to ignore this "invalid AZ" error, but now we would need to ignore all invalid values for all resource properties.
This pins cfn-python-lint to an older version but we'll have to figure out how we want to handle this longer term.
2020-11-17 20:03:40 -06:00
Peter Rifel a240507fce
Make verify-cloudformation job fail when issues are found 2020-10-28 21:01:22 -05:00
Peter Rifel b3cdca7908
Add verify-cloudformation script
This is an official AWS linter for cloudformation.
It has already caught a few bugs in our cloudformation json generation logic
2020-10-28 10:09:01 -05:00