Skip to content

v0.2.13

Choose a tag to compare

@github-actions github-actions released this 28 Mar 16:32
· 51 commits to main since this release
1f3b90b

What's Changed

  • add: override for recipient address in splunk email action by @0xFustang in #38

    # sigma rule
    custom:
     actions: "email"
     action.email.to: "john.doe@net.internal"
     action.email.subject: "Alert: $name$"
     action.email.message.alert: "Description: $description$"

Full Changelog: v0.2.12...v0.2.13