sarthak-47/Argus Security Scan

AI-powered security audit — static analysis with SARIF output for GitHub code scanning.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
targetPath or repo URL to scan.no.
fail-onFail the job if a finding at/above this severity exists (critical|high|medium|low). Empty = never fail.no""
policyPath to a policy file (.argus-policy.toml) for per-rule CI gating. Overrides fail-on. Empty = auto-detect one in the target dir.no""
diff-baseOnly report findings in files changed vs this git ref (e.g. the PR base branch). Empty = scan everything.no""
baselinePath to a committed baseline file (from `argus scan --write-baseline`). Only findings absent from it are reported/gated. Empty = report all.no""
formatReport format to produce (sarif|json|html|markdown).nosarif
pr-commentsPost new findings as inline GitHub PR review comments, in addition to the SARIF upload. Needs `pull-requests: write` permission on the calling job. A no-op outside a pull_request event, so it's safe to leave on for every trigger.nofalse
versionArgus version/ref to install (PyPI version, or a git ref). Default: latest from PyPI.no""
namedescription
sarif-filePath to the generated SARIF file.