Connect Find The Breach to your workflow. Push findings where your team already works.
GitHub Actions
AvailableTrigger scans on push, PR, or schedule. Gate deployments by severity threshold. SARIF output for GitHub Security tab.
- uses: findthebreach/scan@v1
with:
target: ${{ github.event.repository.url }}
fail-on: critical
Slack
AvailableReal-time scan notifications and vulnerability alerts delivered to your Slack channels. Configurable severity filters.
Jira
AvailableAuto-create Jira tickets for every vulnerability. Map severity to priority and track remediation progress.
GitLab CI
AvailableIntegrate with GitLab CI pipelines and push findings to issues.
Jenkins
AvailableTrigger scans as build steps in Jenkins pipelines.
CircleCI
Coming SoonNative CircleCI orb for automated security scanning.
Azure DevOps
Coming SoonAzure Pipelines extension for security gate checks.
Microsoft Teams
AvailablePost scan summaries and alerts to Teams channels.
Discord
AvailableVulnerability alerts via Discord webhook integration.
Automated email reports and scan completion alerts.
PagerDuty
AvailableTrigger incidents for critical vulnerabilities.
Splunk
AvailableForward scan data for SIEM correlation and analysis.
AWS
AvailableS3, EC2, IAM security scanning and cloud misconfig detection.
Azure
AvailableAzure Blob, AD, and network security assessment.
Google Cloud
AvailableGCP bucket exposure and cloud security scanning.
Docker
AvailableContainer image vulnerability scanning with Trivy.
Cloudflare
AvailableDNS and CDN security configuration analysis.
Linear
Coming SoonCreate Linear issues from vulnerability findings.
Asana
Coming SoonTrack vulnerability remediation tasks in Asana.
REST API
AvailableFull programmatic access to scans, reports, and assets.
Webhooks
AvailableSend scan events to any HTTP endpoint. Build custom integrations.
SARIF Export
AvailableExport scan results in SARIF 2.1.0 for GitHub Security tab.
Kubernetes
Coming SoonK8s cluster security assessment and RBAC analysis.
Launch scans, pull results, and manage assets programmatically.
curl -X POST https://api.findthebreach.com/api/scan \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"target": "example.com",
"scan_type": "full",
"notify": true
}'