Open stevec1980 opened 9 months ago
Reported this in the primacloud docs and proposed a PR, I will attempt to make a PR for this code too.
Any updates? Facing the same issue.
Still waiting for Bridgecrew to review my PR ...
Thanks for contributing to Checkov! We've automatically marked this issue as stale to keep our issues list tidy, because it has not had any activity for 6 months. It will be closed in 14 days if no further activity occurs. Commenting on this issue will remove the stale tag. If you want to talk through the issue or help us understand the priority and context, feel free to add a comment or join us in the Checkov slack channel at codifiedsecurity.slack.com Thanks!
Describe the issue If it is related to an existing check, please note the relevant check ID. Also, explain the logic for this addition / change.
Examples Correct seeting in TF:
setting { name = "HealthStreamingEnabled" namespace = "aws:elasticbeanstalk:cloudwatch:logs:health" value = "true" }
Check is looking for:
setting { namespace = "aws:elasticbeanstalk:healthreporting:system" name = "HealthStreamingEnabled" value = "true" }
The combination that checkov expects is not possible, see here: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options-general.html#command-options-general-elasticbeanstalkhealthreporting
Version (please complete the following information):
Additional context none