Skip to content

Commit

Permalink
fix(playbook): Typos on cs to cases
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Jun 22, 2024
1 parent d5da5b0 commit 6d85c3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ actions:
for_each: ${{ for var.alert in ACTIONS.pull_crowdstrike_alerts.result }}
args:
value:
title: ${{ var.alert__name }} # Name of the detection
title: ${{ var.alert.name }} # Name of the detection
description: ${{ var.alert.description }} # Description of the detected file or activity
payload:
rule: ${{ var.alert.id }} # Identifier associated with the alert
Expand Down

0 comments on commit 6d85c3a

Please sign in to comment.