suvenseo/secure-review-action

Security-focused code review for pull requests using deterministic checks, dependency audit, Semgrep, and SARIF.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token used to read PR metadata and publish comments.no${{ github.token }}
max-findingsMaximum findings to publish or write.no25
fail-on-highFail the workflow when high or critical findings are present.nofalse
dry-runRun analyzers and write artifacts without publishing PR comments.nofalse
target-pathPath to scan for local/demo dry runs when no pull request diff is available.no.
output-jsonPath for structured JSON output.nosecure-review-findings.json
output-sarifPath for SARIF output.nosecure-review-results.sarif
namedescription
findings-countTotal number of normalized findings.
high-countNumber of high or critical findings.
json-pathStructured findings JSON path.
sarif-pathSARIF output path.