Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 1.45 KB

README.md

File metadata and controls

57 lines (47 loc) · 1.45 KB

Slack notifier

Send Sigyn alerts to Slack via webhook

npm version size ossf scorecard license

$ npm i @sigyn/slack
# or
$ yarn add @sigyn/slack

📚 Usage

Add the Slack notifier to your Sigyn config:

{
  "notifiers": {
    "@sigyn/slack": {
      "webhookUrl": "https://hooks.slack.com/services/aaa/bbb"
    },
    ...
  },
  "rules": [
    ...
  ]
}

Webhook URL

You can follow this guide for guidance on how to create a Slack webhook.

License

MIT