Get alerted when secrets are found. Supports Slack webhooks and Discord webhooks.
| Type | URL | Notify On | |
|---|---|---|---|
| No notification channels configured. | |||
Token encryption: No (tokens stored as-is)
Set ENCRYPTION_KEY environment variable to encrypt stored tokens. Generate one with: python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())"