Skip to content

Commit 6539ee3

Browse files
author
Aruneko
authored
fix(Azure): Reduce duplicate results of Azure CIS v1.3.0 Section 9.1 (#10013)
#### Summary I noticed that the current implementation of Azure CIS v1.3.0 Section 9.1 returns duplicate policy results. To reduce that, I add `GROUP BY` query into the SQL.
1 parent 3b8d09d commit 6539ee3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/source/azure/policies/cis_v1.3.0/section_9.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
\set check_id '9.1'
33
\echo "Executing check 9.1"
44
\ir ../queries/web/app_auth_unset.sql
5+
\set check_id '9.2'
56
\echo "Executing check 9.2"
67
\ir ../queries/web/app_allow_http.sql
78
\set check_id '9.3'

0 commit comments

Comments
 (0)