CI/CD Integration
Integrate HarborGuard scanning into your CI/CD pipeline to catch vulnerabilities before deployment.
API-Triggered Scans
Use the scan creation API endpoint to trigger scans from any CI system. Authenticate with an API key scoped to the CI/Service Account role.
Pipeline Examples
HarborGuard scans can be triggered from GitHub Actions, GitLab CI, Jenkins, CircleCI, or any system that can make HTTP requests.
Gating Deploys
Use the scan status API to poll for completion, then check the compliance grade to gate deployments. A scan with a grade below your threshold can fail the pipeline.