Skip to main content
CI Integration

CI Integration

Integrate Vibgrate into GitHub Actions, Azure DevOps, GitLab CI, and other pipelines.

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

CodeMeaning
0Success
1Runtime error
2--fail-on threshold exceeded

Platform Guides

Best Practices

  1. Start with --fail-on error — catch critical issues first
  2. Add baselines — prevent drift regression
  3. Upload SARIF — get PR annotations
  4. Push to dashboard — track trends over time

Related Documentation

Related Help Articles