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
Benchmarks
Controls
Benchmark contains the counts in Summary.Status.{key} where-as Check contains the counts in Summary.{key}.
Summary.Status.{key}
Summary.{key}
Example (taken from CIS v4 benchmark):
Benchmark
"aws_compliance.benchmark.cis_v400_1": { "name": "aws_compliance.benchmark.cis_v400_1", "panel_type": "benchmark", "summary": { "status": { "alarm": 26, "error": 4, "info": 5, "ok": 328, "skip": 13 } }, "title": "1 Identity and Access Management" },
Control
"aws_compliance.control.cis_v400_2_2_2": { "name": "aws_compliance.control.cis_v400_2_2_2", "panel_type": "control", "status": "complete", "summary": { "alarm": 3, "error": 0, "info": 0, "ok": 0, "skip": 0 }, "title": "2.2.2 Ensure the Auto Minor Version Upgrade feature is enabled for RDS instances" },
The text was updated successfully, but these errors were encountered:
pskrbasu
No branches or pull requests
Benchmark contains the counts in
Summary.Status.{key}
where-as Check contains the counts inSummary.{key}
.Example (taken from CIS v4 benchmark):
Benchmark
Control
The text was updated successfully, but these errors were encountered: