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

Inconsistency in Summary reporting between Benchmarks and Controls #546

Open
graza-io opened this issue Nov 11, 2024 · 0 comments
Open

Inconsistency in Summary reporting between Benchmarks and Controls #546

graza-io opened this issue Nov 11, 2024 · 0 comments
Assignees

Comments

@graza-io
Copy link

Benchmark contains the counts in Summary.Status.{key} where-as Check contains the counts in 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"
    },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants