Overview
Vibgrate works in any CI environment. The CLI:
- Requires no login or authentication
- Returns meaningful exit codes
- Produces standard SARIF output
- Works entirely offline (push is opt-in)
Quick Start
npx @vibgrate/cli scan --format sarif --out vibgrate.sarif --fail-on error
Exit Codes
| Code | Meaning |
|---|---|
0 | Success |
1 | Runtime error |
2 | --fail-on threshold exceeded |
Platform Guides
Best Practices
- Start with
--fail-on error— catch critical issues first - Add baselines — prevent drift regression
- Upload SARIF — get PR annotations
- Push to dashboard — track trends over time