ppiankov/SpectreHub Audit
Discover, run, and aggregate infrastructure audits with SpectreHub
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 23, 2026
- License
- MIT
Pinned Snippet
uses: ppiankov/spectrehub-action@838cb6a4cc23db6966bb8c0fa56a540513f9c67d # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| tools | Comma-separated list of spectre tools to install and run. Use "auto" to run all discovered tools. | no | auto |
| spectrehub-version | SpectreHub version to install (e.g., "v0.2.0" or "latest") | no | latest |
| threshold | Fail if total issues exceed this number (0 = disabled) | no | 0 |
| format | Output format: text, json, or both | no | text |
| comment | Post results as a PR comment (true/false) | no | true |
| license-key | SpectreHub license key for paid tier features | no | "" |
Outputs
| name | description |
|---|---|
| total-issues | Total number of issues found |
| health-score | Health score percentage (0-100) |
| health-level | Health level: excellent, good, warning, critical, severe |
| tools-run | Number of tools that ran successfully |
| report-json | Path to the JSON report file |