Skip to Content

Slack Integration

Get scan results and critical alerts directly in a Slack channel — no dashboard required.

Setup

  1. In your Slack workspace, create an Incoming Webhook URL (or use an existing one).
  2. In your Vouch dashboard, go to Settings → Integrations → Slack.
  3. Paste the webhook URL and save.

Notifications

Vouch sends a Slack message when:

  • Scan complete — includes the new Vouch Score and a finding summary.
  • Score drop — your score falls significantly after a commit.
  • Critical finding — an issue like a leaked API key is detected immediately.

Example Message

Vouch Security Scan Complete Repository: my-lovable-app Commit: a1b2c3d Score: 85/100 — Good Findings: 1 High, 2 Low View Report: https://vouch-secure.com/dashboard/scan/...

Configure via API

You can also set the Slack webhook URL programmatically:

curl -X PATCH https://api.vouch-secure.com/developer/integrations \ -H "X-API-Key: YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"slack_webhook_url": "https://hooks.slack.com/services/..."}'
Last updated on