nikhil172913832/CodeGuard Dependency Vulnerability Scan

Scan npm lockfiles with OSV and output a structured summary for CI runs.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repo-pathRepository path to scan.no.
lockfile-pathOptional lockfile path relative to repo-path.no""
output-json-pathOutput path for JSON report.nocodeguard-report.json
output-markdown-pathOutput path for markdown report.nocodeguard-summary.md
max-visible-findingsMaximum findings to render in markdown output.no25
fail-on-findingsFail the workflow when findings are present.nofalse
fail-thresholdFail threshold (ACTIVE_EXPLOIT, CRITICAL, HIGH, MEDIUM, LOW, NEVER).noHIGH
comment-modePR comment mode (off, sticky, new).nooff
comment-tagMarker tag used to identify a sticky comment.nocodeguard:scan
kev-urlOptional override for KEV catalog URL.no""
epss-urlOptional override for EPSS API URL.no""
python-versionPython version used to run the scanner.no3.12
job-summaryWrite markdown output to GITHUB_STEP_SUMMARY.notrue
namedescription
scan_statusScan status (ok, findings, or error).
findings_totalNumber of findings detected.
report_json_pathLocation of the JSON report file.
report_markdown_pathLocation of the markdown report file.
pr_comment_urlPR comment URL when comment-mode is sticky or new.