Skip to content

Commit

Permalink
THREAT-315 Wiz Alert passthrough - fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
akozlovets098 authored and egibs committed Jun 28, 2024
1 parent e0a1fcd commit 4ed5f30
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rules/wiz_rules/wiz_alert_passthrough.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ def rule(event):


def title(event):
return (f"[Wiz Alert]: "
f"{event.deep_get('sourceRule', 'name', default='ALERT_DESCRIPTION_NOT_FOUND')}")
return (
f"[Wiz Alert]: "
f"{event.deep_get('sourceRule', 'name', default='ALERT_DESCRIPTION_NOT_FOUND')}"
)


def severity(event):
Expand Down

0 comments on commit 4ed5f30

Please sign in to comment.