github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/tests/acceptance/test_data/templates/expected_check_all.json (about)

     1  {
     2    "group_id": "root_result_group",
     3    "title": "Steampipe check all test mod",
     4    "description": "",
     5    "tags": {},
     6    "summary": {
     7      "status": {
     8        "alarm": 1,
     9        "ok": 1,
    10        "info": 0,
    11        "skip": 0,
    12        "error": 0
    13      }
    14    },
    15    "groups": [
    16      {
    17        "group_id": "mod.check_all_mod",
    18        "title": "Steampipe check all test mod",
    19        "description": "This is a simple mod used for testing the steampipe check all feature. This mod is needed in acceptance tests. Do not expand this mod.",
    20        "tags": {},
    21        "summary": {
    22          "status": {
    23            "alarm": 1,
    24            "ok": 1,
    25            "info": 0,
    26            "skip": 0,
    27            "error": 0
    28          }
    29        },
    30        "groups": [
    31          {
    32            "group_id": "check_all_mod.benchmark.check_all",
    33            "title": "Benchmark to test the steampipe check all functionality",
    34            "description": "",
    35            "tags": {},
    36            "summary": {
    37              "status": {
    38                "alarm": 1,
    39                "ok": 1,
    40                "info": 0,
    41                "skip": 0,
    42                "error": 0
    43              }
    44            },
    45            "groups": [],
    46            "controls": [
    47              {
    48                "summary": {
    49                  "alarm": 0,
    50                  "ok": 1,
    51                  "info": 0,
    52                  "skip": 0,
    53                  "error": 0
    54                },
    55                "results": [
    56                  {
    57                    "reason": "acceptance tests",
    58                    "resource": "steampipe",
    59                    "status": "ok",
    60                    "dimensions": null
    61                  }
    62                ],
    63                "control_id": "control.check_1",
    64                "description": "Control to verify steampipe check all functionality.",
    65                "severity": "high",
    66                "tags": {},
    67                "title": "Control to verify steampipe check all functionality 1",
    68                "run_status": 4,
    69                "run_error": ""
    70              },
    71              {
    72                "summary": {
    73                  "alarm": 1,
    74                  "ok": 0,
    75                  "info": 0,
    76                  "skip": 0,
    77                  "error": 0
    78                },
    79                "results": [
    80                  {
    81                    "reason": "integration tests",
    82                    "resource": "turbot",
    83                    "status": "alarm",
    84                    "dimensions": null
    85                  }
    86                ],
    87                "control_id": "control.check_2",
    88                "description": "Control to verify steampipe check all functionality.",
    89                "severity": "critical",
    90                "tags": {},
    91                "title": "Control to verify steampipe check all functionality 2",
    92                "run_status": 4,
    93                "run_error": ""
    94              }
    95            ]
    96          }
    97        ],
    98        "controls": null
    99      }
   100    ],
   101    "controls": null
   102  }