ulsc/Governor Security Audit
Run Governor security audits on your codebase and optionally upload SARIF results to GitHub Code Scanning
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the source directory or zip to audit | no | . |
| version | Governor version to install (e.g. "v0.1.0"). Defaults to latest release. | no | latest |
| fail-on | Exit non-zero if findings meet or exceed severity: critical|high|medium|low|info | no | "" |
| upload-sarif | Upload SARIF results to GitHub Code Scanning | no | true |
| args | Additional arguments to pass to governor audit | no | "" |
Outputs
| name | description |
|---|---|
| report-dir | Path to the directory containing audit artifacts |
| findings-count | Total number of findings |