-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Dynamic block for Terraform AWS ALB access_logs #776
Comments
@tronxd had an idea on how to solve a similar issue. @tronxd @nimrodkor let's talk somewhere this week. Maybe I can take this one. |
Looks like Checkov doesn't work at all with dynamic bocks, not just the one in this example. Could someone please confirm? |
@ngocketit yes, you are correct. the current workaround would be to use checkov plan analysis (See guide here) I do plan to start working on that feature soon to enable dynamic blocks across the board. |
Thanks, we are using the GitHub action to run Checkov - looks like this is not a workaround for us (; |
Howdy, any updates on this? |
Hi @ArneRiemann4711 haven't started yet. I would accept a PR on it. Hope I will have time to get back to it soon. |
Would love to contribute, but my python skills are horrible (-; |
@ArneRiemann4711 i've just created a PR that does basic support #836 |
@ArneRiemann4711 do you mind testing checkov latest version and see if it works for you? |
@schosterbarak Works like a charm (tested with Github Action) .. the package on Brew for Mac isn't updated today (-: |
Describe the bug
When using dynamic blocks to enable access_logs for AWS ALB checkov is marking
the check CKV_AWS_91 as failed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Test for CKV_AWS_91 will pass
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: