GUIDE
CI/CD Integration
Enforce accessibility gates in your deployment pipeline.
Pipeline gates
Fail builds when new Critical or Serious issues are introduced.
- Run scans on preview deployments
- Compare against baseline scan
- Block release on regressions
API-first workflows
Use the API to trigger scans and fetch results as part of release automation.
- Trigger scans from CI jobs
- Parse JSON results for policy checks
- Attach reports to release notes