github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/tests/acceptance/test_data/mods/check_all_mod/control.sp (about) 1 benchmark "check_all" { 2 title = "Benchmark to test the steampipe check all functionality" 3 children = [ 4 control.check_1, 5 control.check_2 6 ] 7 } 8 9 control "check_1" { 10 title = "Control to verify steampipe check all functionality 1" 11 description = "Control to verify steampipe check all functionality." 12 query = query.query_1 13 severity = "high" 14 } 15 16 control "check_2" { 17 title = "Control to verify steampipe check all functionality 2" 18 description = "Control to verify steampipe check all functionality." 19 query = query.query_2 20 severity = "critical" 21 }