mdgreenwald/Mozilla SOPS Installer
Install a specific version of the sops binary. Acceptable values are latest or any semantic version string like v3.13.1
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of sops | yes | latest |
| downloadBaseURL | Set the download base URL (must end with a trailing slash and follow the <tag>/<asset> layout used by getsops/sops releases) | no | https://github.com/getsops/sops/releases/download/ |
| token | GitHub token used to authenticate the request that resolves the "latest" SOPS version, raising the GitHub API rate limit from 60/hr (unauthenticated) to 1000/hr. Typically the workflow GITHUB_TOKEN secret. Unused when `version` is not `latest`. | no | "" |
Outputs
| name | description |
|---|---|
| sops-path | Path to the cached sops binary |