vaultcompasshq/Vault Guard

Scan a repository for secrets with @vaultcompass/vault-guard (SARIF-friendly). Requires a prior actions/checkout of your repo.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionnpm dist-tag or semver for @vaultcompass/vault-guard. Validated against `^(latest|next|beta|[0-9A-Za-z.+-]{1,64})$` to prevent npm-tag / shell injection via attacker-controlled workflow inputs. nolatest
pathPath to scan, relative to the workspace root. Validated against `^[A-Za-z0-9._/-]{1,256}$` and rejected if it contains `..` so it cannot escape `GITHUB_WORKSPACE`. no.
formatOutput format (one of `text`, `json`, `sarif`)nosarif
sarif-outputOutput file path, relative to the workspace root. Validated against `^[A-Za-z0-9._/-]{1,256}$` and rejected if it contains `..`. novault-guard-results.sarif
namedescription
results-fileAbsolute path to the written results file