sankpal-shreyas/WraithRun Security Scan
Run a WraithRun automated security investigation in your CI pipeline
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | WraithRun version to install (e.g. "1.2.0" or "latest") | no | latest |
| task | Investigation task description | yes | — |
| profile | Named configuration profile | no | "" |
| max-steps | Maximum agent investigation steps | no | 10 |
| format | Output format: json, summary, markdown, narrative | no | json |
| fail-on-severity | Fail the step if any finding meets or exceeds this severity (none, info, low, medium, high, critical) | no | none |
| extra-args | Additional CLI arguments passed to wraithrun | no | "" |
Outputs
| name | description |
|---|---|
| report-path | Path to the generated report file |
| finding-count | Total number of findings |
| max-severity | Highest severity finding (or "none") |
| exit-code | Exit code from the WraithRun scan |