CI Integration
Automate dependency health checks in your CI/CD pipeline to catch issues before they reach production.Quick Start
1. Generate API Key
Get your API key from app.depfixer.com/settings/api-keys2. Add Secret
Store asDEPFIXER_TOKEN in your CI platform.
3. Add Step
GitHub Actions
GitLab CI
DEPFIXER_TOKEN in Settings → CI/CD → Variables
Exit Codes
| Code | Meaning | Pipeline |
|---|---|---|
0 | No critical/high issues | Pass |
1 | Critical or high issues found | Fail |
2 | Error (auth, network) | Fail |