thehhugg/VulnPredict Security Scan

Scan your codebase for security vulnerabilities using VulnPredict — a predictive vulnerability intelligence tool with ML-powered analysis.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathPath to the directory to scan (relative to repository root)no.
formatOutput format: text, json, or sarifnosarif
output-filePath to write the output filenovulnpredict-results.sarif
min-severityMinimum severity level to report: low, medium, or highnolow
fail-on-findingsFail the action if findings are detected at or above min-severitynofalse
configPath to a VulnPredict configuration file (optional)no""
python-versionPython version to use for running VulnPredictno3.12
vulnpredict-versionVulnPredict version to install. Use a release tag (e.g., 'v0.3.0') or 'latest' for the master branch.nolatest
namedescription
results-filePath to the scan results file
finding-countTotal number of findings detected
high-countNumber of high-severity findings
medium-countNumber of medium-severity findings
low-countNumber of low-severity findings
exit-codeExit code: 0 = no findings above threshold, 1 = findings found, 2 = error