step-security/foundry-toolchain
Install Foundry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Foundry version to install. Passed to `foundryup --install <version>`. This version number has to match a released version of Foundry. The default value is `stable`, which will pull the latest stable build. Other options include `nightly` or a specific version like `v1.3.6`. | no | stable |
| network | **Deprecated.** Tempo is now part of main Foundry; this input will be removed in a future release. Network to install Foundry for. Passed to `foundryup --network <network>`. | no | ethereum |
| cache | Whether to cache Foundry data or not. Caching is activated by default. | no | true |
| cache-key | A custom cache key to use. This key is used to identify the cache. If not provided, a default key consisting of the job id and the commit hash is used. | no | ${{ github.job }}-${{ github.sha }} |
| cache-restore-keys | Custom cache restore keys to use. This key is used to identify the cache to restore. If not provided, a default key consisting of the job id is used. | no | ${{ github.job }}- |
Outputs
no outputs