github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/tests/acceptance/test_data/mods/service_mod/control.sp (about)

     1  benchmark "check_all" {
     2    title = "Benchmark to test the steampipe service stability"
     3    children = [
     4      control.check_1,
     5      control.check_2
     6    ]
     7  }
     8  
     9  control "check_1" {
    10    title         = "Control 1"
    11    query         = query.query_1
    12    severity      = "high"
    13  }
    14  
    15  control "check_2" {
    16    title         = "Control 2"
    17    query         = query.query_2
    18    severity      = "critical"
    19  }