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

     1  control "check_1" {
     2    title         = "Control to verify steampipe check all functionality 1"
     3    description   = "Control to verify steampipe check all functionality."
     4    query         = query.control_with_blank_dimension
     5    severity      = "high"
     6  }