Supply Chain Guard
Version updated for https://github.com/homeofe/supply-chain-guard to version v5.17.4.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Summary
Supply-chain-guard is an open-source supply-chain security scanner that detects malware campaigns and fake AI tool repos across various ecosystems, including npm, PyPI, Cargo, Go, RubyGems, Composer, NuGet, Docker, Terraform, VS Code extensions, GitHub Actions, and repositories. It uses a combination of threat indicators and automated analysis to provide a comprehensive view of the security posture in your software supply chain.
What’s Changed
[5.17.4] - 2026-07-18
Fix: scan --format json and risk-history reported a stale tool version (v5.2.0)
Fixed
src/scanner.tshardcodedTOOL_VERSION = "5.2.0", soScanReport.tool(emitted verbatim by the JSON reporter) and the persisted.scg-history/risk entries reportedsupply-chain-guard v5.2.0, while every other surface (text header, SARIF, SBOM, HTML footer, GitLab) correctly used reporter.ts’s own version. Corrected to the release version.
Changed
check:version-syncnow also coverssrc/scanner.ts, soTOOL_VERSIONcan never drift undetected again - the root cause was that the gate did not include scanner.ts.