SonarQube
Receive SonarQube quality gate and analysis notifications via webhook.
Quick Setup
Copy Webhook URL
Go to your Alert24 dashboard and copy the webhook URL for SonarQube.
Configure SonarQube
Add the webhook URL in your SonarQube settings.
Auto-Detected
Alert24 auto-detects SonarQube payloads and maps them to incidents.
Step-by-Step Setup Instructions
SonarQube Webhook Setup
Example Webhook Payload
This is a sample payload that SonarQube sends to Alert24 when an alert fires.
{
"qualityGate": {
"status": "ERROR",
"conditions": [
{
"metric": "new_security_rating",
"status": "ERROR"
}
]
},
"project": {
"key": "my-project",
"name": "Production API"
}
}How Alert24 Maps SonarQube Data
Status Field
qualityGate.status
Message Field
project.name
Auto-Create Incidents
Yes
Auto-Resolve Incidents
Yes
Status Mapping
| Alert24 Status | SonarQube Values |
|---|---|
| operational | OK |
| down | ERROR |
Connect SonarQube to Alert24 in minutes
Free plan includes 5 monitors, 1 status page, and incident management. No credit card required.
More Security Integrations
Microsoft Defender for Cloud
InboundReceive Microsoft Defender for Cloud security alerts via Activity Log webhook.
Microsoft Sentinel
InboundReceive Microsoft Sentinel SIEM incident notifications via Logic Apps webhook.
Snyk
InboundReceive Snyk vulnerability and license issue alerts via webhook.
Trivy
InboundReceive Aqua Trivy container and IaC vulnerability scan results via webhook.
Falco
InboundReceive Falco runtime security alerts via HTTP output.
Dependabot
InboundReceive GitHub Dependabot security alert notifications via webhook.