scribe-security/Vulnerability Management Scan

Wraps the vulnmng CLI for security scanning and reporting

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandCommand to run (scan or report)yesscan
targetTarget to scan (path or image)no
target-nameHuman-readable name for the scan targetno
json-pathPath to the issues JSON filenoissues.json
format-mdPath to generate Markdown report (report command only)no
format-csvPath to generate CSV report (report command only)no
git-rootPath to Git repository root for integrationno
git-branchGit branch to useno
git-tokenGitHub token for authenticationno
fail-onFail if any vulnerability with this severity or higher is found (None, Low, Medium, High, Critical). Default: None - never fail. Excludes vulnerabilities marked as fixed, false-positive, not-exploitable, or ignored.noNone
enrichmentComma-separated list of enrichment sources to apply (e.g., "cisa"). Use "none" to disable enrichment. Default: nonenonone
log-levelLogging level (DEBUG, INFO, WARNING, ERROR, CRITICAL). Default: WARNING. Use DEBUG for troubleshooting.noWARNING
git-force-pushForce push to remote repository (use with caution). Set to "true" to enable.nofalse
extra-argsAdditional raw CLI argumentsno
namedescription
json-pathPath to the generated or updated issues JSON file
report-mdPath to the generated Markdown report
report-csvPath to the generated CSV report