jimrtyler/Guerrilla Security Audit
Run a Guerrilla security audit, publish JUnit results, and fail the build on findings (security config as code).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| platform | Which audit to run: AD | Entra | GWS | Campaign (legacy values Reconnaissance, Infiltration, and Fortification are accepted and mapped) | no | Entra |
| categories | Comma-separated categories, or All (AD/Entra only) | no | All |
| output | JUnit XML output path | no | guerrilla-results.xml |
| fail-on | Fail the build on FAIL findings at this severity-or-higher: Critical | High | Medium | Low | Any | None | no | High |
| warnings-as-failures | Count WARN findings toward the gate (true/false) | no | false |
| module-version | Pin a specific Guerrilla version (default: latest) | no | "" |
Outputs
| name | description |
|---|---|
| failures | Number of failing checks |
| results | Path to the JUnit XML report |