Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New CloudFormation features fail to deploy because cfn_nag is not longer maintained #197

Open
3 tasks done
word opened this issue Jun 24, 2024 · 1 comment
Open
3 tasks done
Labels
bug Something isn't working

Comments

@word
Copy link

word commented Jun 24, 2024

Describe the bug

cfn_nag is no longer maintained (last update over two years ago) and is missing support for recent CloudFormation features such as Fn::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:

  • Version: 2.7.1
  • Region: all
  • Was the solution modified from the version published on this repository? No

Additional context

Related issue: #119

@word word added the bug Something isn't working label Jun 24, 2024
@word
Copy link
Author

word commented Jun 24, 2024

Another related issue: #115

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant