rpigu-i/QaD VB SAST Scanner
Quick and Dirty Visual Basic/VBA SAST scanner that outputs SARIF results for GitHub Advanced Security
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| scan-path | Path to the directory containing VB/VBA files to scan | yes | . |
| rules-path | Path to the rules YAML file (default: uses built-in rules) | no | "" |
| sarif-output | Path where the SARIF output file should be saved | no | vb_findings.sarif.json |
| upload-sarif | Whether to automatically upload SARIF results to GitHub Code Scanning (requires security-events: write permission) | no | true |
Outputs
| name | description |
|---|---|
| sarif-file | Path to the generated SARIF file |
| findings-count | Number of findings detected |