Skip to main content
Integrate Strix into your GitHub workflow to catch vulnerabilities before they reach production.

Basic Workflow

.github/workflows/security.yml

Required Secrets

Add these secrets to your repository:

Exit Codes

The workflow fails when vulnerabilities are found:

Scan Modes for CI

Use quick mode for PRs to keep feedback fast. Schedule deep scans nightly.
For pull_request workflows, Strix automatically uses changed-files diff-scope in CI/headless runs. If diff resolution fails, ensure full history is fetched (fetch-depth: 0) or set --diff-base.