Skip to main content
Strix runs in headless mode for automated pipelines.

Headless Mode

Use the -n or --non-interactive flag:
For pull-request style CI runs, Strix automatically scopes quick scans to changed files. You can force this behavior and set a base ref explicitly:

Exit Codes

GitLab CI

.gitlab-ci.yml

Jenkins

Jenkinsfile

CircleCI

.circleci/config.yml
All CI platforms require Docker access. Ensure your runner has Docker available.
If diff-scope fails in CI, fetch full git history (for example, fetch-depth: 0 in GitHub Actions) so merge-base and branch comparison can be resolved.