github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/tests/acceptance/test_data/templates/expected_introspection_check_where.json (about) 1 { 2 "group_id": "root_result_group", 3 "title": "Sample control 1", 4 "description": "", 5 "tags": {}, 6 "summary": { 7 "status": { 8 "alarm": 0, 9 "ok": 1, 10 "info": 0, 11 "skip": 0, 12 "error": 0 13 } 14 }, 15 "groups": [], 16 "controls": [ 17 { 18 "summary": { 19 "alarm": 0, 20 "ok": 1, 21 "info": 0, 22 "skip": 0, 23 "error": 0 24 }, 25 "results": [ 26 { 27 "reason": "steampipe_varbecause_def string", 28 "resource": "steampipe", 29 "status": "ok", 30 "dimensions": null 31 } 32 ], 33 "control_id": "control.sample_control_1", 34 "description": "Sample control to test introspection functionality", 35 "severity": "high", 36 "tags": { 37 "foo": "bar" 38 }, 39 "title": "Sample control 1", 40 "run_status": 4, 41 "run_error": "" 42 } 43 ] 44 }