thehhugg/VulnPredict Security Scan
Scan your codebase for security vulnerabilities using VulnPredict — a predictive vulnerability intelligence tool with ML-powered analysis.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the directory to scan (relative to repository root) | no | . |
| format | Output format: text, json, or sarif | no | sarif |
| output-file | Path to write the output file | no | vulnpredict-results.sarif |
| min-severity | Minimum severity level to report: low, medium, or high | no | low |
| fail-on-findings | Fail the action if findings are detected at or above min-severity | no | false |
| config | Path to a VulnPredict configuration file (optional) | no | "" |
| python-version | Python version to use for running VulnPredict | no | 3.12 |
| vulnpredict-version | VulnPredict version to install. Use a release tag (e.g., 'v0.3.0') or 'latest' for the master branch. | no | latest |
Outputs
| name | description |
|---|---|
| results-file | Path to the scan results file |
| finding-count | Total number of findings detected |
| high-count | Number of high-severity findings |
| medium-count | Number of medium-severity findings |
| low-count | Number of low-severity findings |
| exit-code | Exit code: 0 = no findings above threshold, 1 = findings found, 2 = error |