risk-guard/Risk Guard

Open source supply-chain risk scanning (security, license, maintenance, provenance) that emits SARIF for GitHub code scanning.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 1, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: risk-guard/action@de7327dd13745eae30e7fcea7aa1a506e6cdeab1 # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pathPath to the git repository to scan.no./
go-versionGo toolchain version used to install risk-guard.no1.25.1
versionrisk-guard version/ref to install (becomes `@<version>` for `go install`).nolatest
argsExtra flags appended to the risk-guard command (e.g. "--mode active").no""
annotateRender inline PR/workflow annotations by passing `--github`.notrue
sarifUpload the SARIF report to GitHub code scanning.notrue
sarif-filePath of the SARIF report risk-guard writes.norisk-guard-report.sarif
categoryCode scanning category for the uploaded SARIF.norisk-guard
upload-artifactUpload the SARIF report as a build artifact.notrue
cacheCache the risk-guard cache directory between runs.notrue
cache-dirDirectory used for the risk-guard cache.no${{ github.workspace }}/.risk-guard-cache
namedescription
sarif-filePath to the SARIF report produced by the scan.