Files
steampipe/tests/acceptance/test_data/service_mod/control.sp
2023-02-03 16:32:06 +00:00

19 lines
371 B
HCL

benchmark "check_all" {
title = "Benchmark to test the steampipe service stability"
children = [
control.check_1,
control.check_2
]
}
control "check_1" {
title = "Control 1"
query = query.query_1
severity = "high"
}
control "check_2" {
title = "Control 2"
query = query.query_2
severity = "critical"
}