- GitHub Actions
- GitLab CI
- CircleCI
Add Attach the artifact to your PR as proof you validated before merge.GitHub Actions documentation →
flintai-cli to your GitHub Actions workflow:Exit codes
Flint AI Scan returns standard exit codes for CI/CD integration:Exit code
0 means the scan ran successfully, not that no issues were found. Check the JSON results to see findings.Other CI systems
The core pattern works anywhere:- Install Python 3.13+
- Install
flintai-cliwith pip - Set your LLM API key as an environment variable
- Run
flintai scan /path/to/agent --output results.json - Save
results.jsonas a build artifact