Automate secret detection in your development workflow. Integrate with GitHub Actions, GitLab CI, Jenkins, or any pipeline using our REST API. Fail builds when credentials are exposed, not after attackers find them.
Get Your API KeyEverything you need to integrate secret scanning into your workflow
Simple JSON API with OpenAPI 3.1 specification and extensive documentation. Create scans, poll for results, and retrieve detailed reports programmatically.
Get specific secret types, file locations. Know exactly what to fix and where.
Subscribe and manage multiple API key per account, track usage though your dedicated dashboard.
Add secret scanning to your CI/CD pipeline in minutes
name: SecretsBuster Scan
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
scan:
runs-on: ubuntu-latest
steps:
- name: Run SecretsBuster scanner
uses: rank0-dev/secretsbuster-scan-action@v1
with:
sb-api-key: ${{ secrets.SB_API_KEY }}
targets: |
https://example.com
https://staging.example.com
No surprises. Pay for what you use.
2000 scans/month - All 'Developer' plan features + Dashboard access
Get your API key and add secret scanning to your CI/CD pipeline today.
Get Your API Key