Skip to content

feat(integrations): add Slack/Discord webhook notifications for scan results#416

Merged
mijinummi merged 2 commits into
MDTechLabs:mainfrom
lishmanTech:notify
May 29, 2026
Merged

feat(integrations): add Slack/Discord webhook notifications for scan results#416
mijinummi merged 2 commits into
MDTechLabs:mainfrom
lishmanTech:notify

Conversation

@lishmanTech
Copy link
Copy Markdown
Contributor

Problem

Scan results were previously only available within the system, making it easy for teams to miss important outputs or delays in response.

Solution

Implemented a lightweight webhook-based integration under src/integrations/ that:

Sends scan result notifications to Slack and Discord
Supports configurable webhook URLs via environment variables or config
Formats messages for readability in team channels
Provides a reusable notification service for future integrations

closes #278

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 29, 2026

@lishmanTech Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@mijinummi mijinummi merged commit 5c6ffe7 into MDTechLabs:main May 29, 2026
1 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

📡 Slack/Discord Notification Integration

2 participants