Skip to content

Commit

Permalink
Add PreAttack tactic to Sentinel scheduled alert rule (hashicorp#11750)
Browse files Browse the repository at this point in the history
The missing PreAttack tactic was added to the azure-sdk-for-go v54.0.0.
  • Loading branch information
NVolcz authored and favoretti committed May 26, 2021
1 parent 5710e3b commit 7d9b30a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ func resourceSentinelAlertRuleScheduled() *schema.Resource {
string(securityinsight.AttackTacticLateralMovement),
string(securityinsight.AttackTacticPersistence),
string(securityinsight.AttackTacticPrivilegeEscalation),
string(securityinsight.AttackTacticPreAttack),
}, false),
},
},
Expand Down

0 comments on commit 7d9b30a

Please sign in to comment.