developer-vulnerability-scanner/Developer Vulnerability Scanner
SAST security scanner for JavaScript/TypeScript projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| scan-path | Path to scan (directory or file) | no | . |
| output-format | Output format (console, json, sarif) | no | sarif |
| fail-on-issues | Fail workflow if security issues found | no | true |
Outputs
| name | description |
|---|---|
| security-score | Overall security score (0-100) |
| total-issues | Total number of vulnerabilities found |
| critical-issues | Number of critical issues found |