tyrchen/Setup sbe
Install the sbe CLI (sandbox-exec on macOS, Landlock + seccomp on Linux) and add it to PATH
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | sbe version to install (e.g. "0.3.0", "sbexec-v0.3.0", or "latest") | no | latest |
| github-token | GitHub token used to query releases and download assets (avoids API rate limits) | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| version | The resolved release tag that was installed (e.g. "sbexec-v0.3.0") |
| bin-path | Absolute path to the installed sbe binary |