barestripehq/primer

Scan manifests for vulnerabilities with primer before they hit your project

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
fileManifest or lockfile to scan (e.g. requirements.txt, package-lock.json)yes
thresholdMinimum severity that blocks the check: critical, high, medium, lownohigh
upload-sarifUpload SARIF results to GitHub Security tabnotrue
comment-prPost a findings summary as a PR comment (pull_request events only)notrue
fail-on-findingsExit 1 when blocking findings are detectednotrue
primer-versionPin a specific primer release tag (e.g. v0.1.5). Defaults to latest.nolatest
tokenGitHub token used for SARIF upload and PR commentsno${{ github.token }}
namedescription
findings-countTotal number of vulnerabilities found across all packages
blocking-countNumber of findings at or above the threshold
sarif-pathPath to the generated SARIF file