scanii/Setup scanii-cli
Download and start scanii-cli as a background test server on localhost:4000
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | scanii-cli version to install. Accepts 'latest' or a semver string without the leading 'v' (e.g., '1.3.0'). Defaults to 'latest'. | no | latest |
| callback-delay | Duration to delay callback delivery. Passed through as --callback-wait to scanii-cli on startup. Accepts Go duration strings (e.g. 500ms, 1s). Defaults to 0 (use scanii-cli's built-in default). | no | 0 |
Outputs
| name | description |
|---|---|
| version | The actual version of scanii-cli that was installed (resolved from 'latest' if applicable). |
| endpoint | The base URL of the running scanii-cli server. Always http://localhost:4000. |