Integrate VEXLIT into any CI/CD workflow with a single command. Scan locally, in GitHub Actions, GitLab CI, or any pipeline - with SARIF output for automated reporting.
Run 'vexlit scan .' to analyze your entire project. Results include severity, CWE, OWASP mapping, and suggested fixes for every finding.
Generate SARIF reports that integrate directly with GitHub's Security tab. Every PR gets automatic security annotations.
Scan only changed files with 'vexlit scan --diff'. Perfect for pre-commit hooks and PR checks - fast feedback on what matters.
Non-zero exit codes when vulnerabilities are found. Configure severity thresholds to fail builds only on critical or high-severity issues.
Human-readable table output for terminals, JSON for programmatic consumption. Pipe results into any downstream tool.
All scanning happens locally. Your code never leaves your machine - no cloud uploads, no telemetry, no data collection.
vexlit scan .
vexlit scan . --format sarif -o results.sarif
vexlit scan --diff
vexlit scan . --fail-on high
Works with any CI/CD platform. Add a single command to your pipeline - VEXLIT handles the rest.
GitHub Actions
GitLab CI
Jenkins
Bitbucket
Start scanning in seconds - no credit card, no setup, just results.