wildmason/GHA Runner Image Proof
Validate runner-image manifests, probe hosts and Docker images, classify setup-node offline — with receipts.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Crate version to install, or latest. | no | latest |
| command | Command to run. Use check, probe-host, probe-docker, or setup-node. | no | check |
| manifest | Path to the runner-image manifest JSON. | no | — |
| image | Docker image reference for probe-docker mode. | no | — |
| tool | Newline-separated tool names for probe-host or probe-docker. | no | — |
| package | Newline-separated package names for probe-host or probe-docker. | no | — |
| capability | Newline-separated capability names for probe-host or probe-docker. | no | — |
| setup-node-version | Node version spec for setup-node (e.g. 22, 22.11.0, lts/jod). | no | — |
| arch | Arch for setup-node and as a probe hint (default x64). | no | x64 |
| check-latest | Set to 'true' to add the setup-node --check-latest warning. | no | false |
| format | Receipt format: text, json, or markdown. | no | text |
| output | Optional receipt output path. | no | — |
| strict | Treat warnings as failures. | no | false |
Outputs
no outputs