winther-s0ldier/Codaxes

Impact-weighted static analysis + call-graph security scan — surfaces the blast radius of every finding, not just the line.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathDirectory to scan.no.
formatOutput format: sarif | github | json | table. Use 'sarif' for Code Scanning annotations.nosarif
sinceOnly scan files changed since this git ref (e.g. origin/main). Empty = full scan. Requires actions/checkout with fetch-depth: 0.no""
fail-onFail the job on findings at or above this severity: info | warning | error | never.noerror
scaAlso scan dependency lockfiles against OSV.dev for known CVEs (true/false).nofalse
output-fileWhere to write the report.nocodaxes.sarif
upload-sarifUpload the SARIF report to GitHub Code Scanning (needs permissions: security-events: write). Only applies when format is 'sarif'.notrue
extra-argsExtra arguments appended verbatim to the `codaxes scan` command.no""
python-versionPython version to run codaxes with.no3.11
namedescription
reportPath to the generated report file.
exit-codecodaxes scan exit code (0 = clean, 1 = findings at/above fail-on, 2 = tool error).