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
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.