Skip to content

Commit

Permalink
Fix issue 468: Zendesk severity override (#1363)
Browse files Browse the repository at this point in the history
  • Loading branch information
arielkr256 authored Sep 25, 2024
1 parent 8099f39 commit c690eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/zendesk_rules/zendesk_user_suspension.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ def title(event):
def severity(event):
if event.get(ZENDESK_CHANGE_DESCRIPTION, "").lower() == "suspended":
return "INFO"
return "HIGH"
return "DEFAULT"

0 comments on commit c690eba

Please sign in to comment.