New CloudFormation features fail to deploy because cfn_nag is not longer maintained #197
Open
3 tasks done
Labels
bug
Something isn't working
Describe the bug
cfn_nag
is no longer maintained (last update over two years ago) and is missing support for recent CloudFormation features such asFn::ForEach
:It's not possible to work around this using the usual rule suppression mechanisms because cfn_nag itself is failing.
I would propose either removing cfn_nag or adding a parameter to disable it in the CfCT CloudFormation template.
To Reproduce
Use CloudFormation features released in the last two years such as
Fn::ForEach
Expected behavior
CfCT should support all modern CloudFormation features.
Please complete the following information about the solution:
Additional context
Related issue: #119
The text was updated successfully, but these errors were encountered: