Skip to content

Commit b0ecac3

Browse files
committed
2 parents 2669e90 + 41348e8 commit b0ecac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

governance/azure/block-allow-all-cidr.sentinel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ block_allow_all = rule {
2121
all sg.applied.security_rule as _, sr {
2222
(sr.source_address_prefix not in disallowed_cidr_blocks) or sr.access == "Deny"
2323
}
24-
}
25-
}
24+
}
25+
}
2626
}
2727

2828
main = rule {

0 commit comments

Comments
 (0)