crashappsec/Setup Chalk
Install chalk and wrap supported commands
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of chalk to install. By default latest version is installed. See https://crashoverride.com/releases for all available versions. | no | "" |
| latest_version_url | URL where to query for the latest chalk version. | no | "" |
| load | Chalk config(s) to load - comma or new-line delimited. Can be either paths to files or URLs. | no | — |
| params | Chalk components params to load. Should be JSON array with all parameter values. JSON structure is the same as provided by 'chalk dump params'. | no | — |
| connect | Whether to automatically connect to https://crashoverride.run. | no | — |
| profile | Key of the custom CrashOverride profile to load. | no | default |
| token | CrashOverride API Token. It is automatically fetched via OpenID connect if not provided when `connect=true`. | no | — |
| password | Password for chalk signing key. Password is displayed as part of `chalk setup`. | no | — |
| public_key | Content of chalk signing public key). Copy from `chalk.pub` after `chalk setup`. | no | — |
| private_key | Content of chalk signing encrypted private key (with the provided password). Copy from `chalk.key` after `chalk setup`. | no | — |
| observables_version | Version of the observables action to use. Defaults to main. | no | main |
| observables_continue_on_error | Whether to continue or fail build when observables setup fails. | no | true |
Outputs
no outputs