We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the issue
Examples
... "check_id": "CKV_AWS_361", "bc_check_id": null, "check_name": "Ensure that Neptune DB cluster has automated backups enabled with adequate retention", "check_result": { "result": "FAILED", "evaluated_keys": "backup_retention_period" }, ...
-vs-
... "check_id": "CKV_AWS_101", "bc_check_id": null, "check_name": "Ensure Neptune logging is enabled", "check_result": { "result": "FAILED", "evaluated_keys": [ "enable_cloudwatch_logs_exports" ] }, ....
Version (please complete the following information):
Additional context
get_evaluated_keys()
The text was updated successfully, but these errors were encountered:
tsmithv11
Successfully merging a pull request may close this issue.
Describe the issue
Examples
-vs-
Version (please complete the following information):
Additional context
get_evaluated_keys()
, where the convention in the base_check is to return a list.The text was updated successfully, but these errors were encountered: