Skip to content

Commit

Permalink
Update MS.DEFENDER.4.1 policy ID version
Browse files Browse the repository at this point in the history
  • Loading branch information
schrolla committed Nov 7, 2024
1 parent a40e4a0 commit 6056e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PowerShell/ScubaGear/Rego/DefenderConfig.rego
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ tests contains {
#################

#
# MS.DEFENDER.4.1v1
# MS.DEFENDER.4.1v2
#--
SensitiveContent := [
"U.S. Social Security Number (SSN)",
Expand Down Expand Up @@ -479,7 +479,7 @@ error_rules contains SensitiveContent[2] if count(Rules.Credit_Card) == 0
# If error_rules contains any value, then some sensitive content
# is not protected by any policy & check should fail.
tests contains {
"PolicyId": "MS.DEFENDER.4.1v1",
"PolicyId": "MS.DEFENDER.4.1v2",
"Criticality": "Shall",
"Commandlet": ["Get-DlpComplianceRule"],
"ActualValue": Rules,
Expand Down

0 comments on commit 6056e40

Please sign in to comment.