Slack & Discord
If your team triages in chat, Protect Your Vibes drops scan results straight into the channel of your choice. Same incoming-webhook flow for both Slack and Discord — paste a URL, hit test, save.
Setup
- Create an incoming webhook in your chat workspace.
- Slack: Apps → Incoming Webhooks → Add to Slack → pick a channel → copy the webhook URL.
- Discord: Server Settings → Integrations → Webhooks → New Webhook → pick a channel → copy the webhook URL.
- Open /settings/notifications.
- Paste the webhook URL into a new channel row. We auto-detect Slack vs Discord from the URL.
- Click Test — a sample message lands in the channel within a couple of seconds.
- Pick a notify-on mode (table below) and hit Save.
Per-channel notify-on options
Each channel row has its own notify-on setting, so you can route noisy scans into a low-priority channel and keep #security-alerts quiet until something actually regresses.
| Mode | When it pings |
|---|---|
| always | Every scan posts to the channel, even when nothing changed. |
| changes | Posts only when the finding set differs from the previous scan. |
| regressions | Posts only when severity got worse — new criticals, or an A grade dropping. The quietest option. |