Skip to content

Commit f37c5fa

Browse files
committed
fix: fix controls errors
1 parent 3784371 commit f37c5fa

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

compliance/controls/azure/azure_cis_v130_5_1_2.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Query:
1717
_ctx,
1818
resource_group,
1919
subscription_id,
20+
og_account_id,
21+
og_resource_id,
2022
COUNT(*) FILTER (WHERE l ->> 'enabled' = 'true'
2123
AND l ->> 'category' IN ('Administrative', 'Security', 'Alert', 'Policy')
2224
) AS valid_category_count,
@@ -30,6 +32,8 @@ Query:
3032
name,
3133
id,
3234
_ctx,
35+
og_account_id,
36+
og_resource_id,
3337
resource_group,
3438
subscription_id
3539
)

compliance/controls/azure/azure_cis_v140_5_1_2.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Query:
1616
id,
1717
_ctx,
1818
resource_group,
19+
og_account_id,
20+
og_resource_id,
1921
subscription_id,
2022
COUNT(*) FILTER (WHERE l ->> 'enabled' = 'true'
2123
AND l ->> 'category' IN ('Administrative', 'Security', 'Alert', 'Policy')
@@ -31,6 +33,8 @@ Query:
3133
id,
3234
_ctx,
3335
resource_group,
36+
og_account_id,
37+
og_resource_id,
3438
subscription_id
3539
)
3640
SELECT

compliance/controls/azure/azure_cis_v150_5_1_2.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Query:
1515
name,
1616
id,
1717
_ctx,
18+
og_account_id,
19+
og_resource_id,
1820
resource_group,
1921
subscription_id,
2022
COUNT(*) FILTER (WHERE l ->> 'enabled' = 'true'
@@ -31,6 +33,8 @@ Query:
3133
id,
3234
_ctx,
3335
resource_group,
36+
og_account_id,
37+
og_resource_id,
3438
subscription_id
3539
)
3640
SELECT

0 commit comments

Comments
 (0)