b0rd3aux/HackMeNot Security Scanner
AI-Era Code Security Scanner - find hardcoded secrets, vulnerabilities, and security issues
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to scan (file or directory) | no | . |
| severity | Minimum severity to report (critical, high, medium, low) | no | low |
| fail-on | Minimum severity to fail the build (critical, high, medium, low) | no | high |
| format | Output format (terminal, json, sarif) | no | terminal |
| sarif-upload | Upload SARIF to GitHub Security tab | no | false |
| changed-only | Only scan files changed in PR (uses --changed-since) | no | false |
| python-version | Python version to use | no | 3.11 |
Outputs
| name | description |
|---|---|
| findings-count | Number of findings detected |
| sarif-file | Path to SARIF file (if format=sarif) |