mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-15 04:00:14 -05:00
28 lines
544 B
HCL
28 lines
544 B
HCL
|
|
|
|
benchmark "b1" {
|
|
title = "1 Identity and Access Management"
|
|
children = [
|
|
control.cis_v130_1_1,
|
|
control.cis_v130_1_2,
|
|
]
|
|
}
|
|
|
|
benchmark "b2" {
|
|
title = "1 Identity and Access Management"
|
|
children = [
|
|
control.cis_v130_1_1,
|
|
control.cis_v130_1_2,
|
|
]
|
|
}
|
|
|
|
control "cis_v130_1_1" {
|
|
title = "1.1 Maintain current contact details"
|
|
sql = query.alarm.sql
|
|
}
|
|
|
|
control "cis_v130_1_2" {
|
|
title = "1.2 Ensure security contact information is registered"
|
|
sql = query.alarm.sql
|
|
}
|