github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/pkg/control/testdata/multiple_parent/controls.sp (about)

     1  
     2  
     3  benchmark "b1" {
     4    title         = "1 Identity and Access Management"
     5    children = [
     6      control.cis_v130_1_1,
     7      control.cis_v130_1_2,
     8    ]
     9  }
    10  
    11  benchmark "b2" {
    12    title         = "1 Identity and Access Management"
    13    children = [
    14      control.cis_v130_1_1,
    15      control.cis_v130_1_2,
    16    ]
    17  }
    18  
    19  control "cis_v130_1_1" {
    20    title         = "1.1 Maintain current contact details"
    21    sql           = query.alarm.sql
    22  }
    23  
    24  control "cis_v130_1_2" {
    25    title         = "1.2 Ensure security contact information is registered"
    26    sql           = query.alarm.sql
    27  }