Skip to content

Sops Binary Installer

Actions
Install a specific version of the sops binary. Acceptable values are latest or any semantic version string like v3.8.1
v1.6.0
Latest
Star (47)

build-test

Setup Sops

GitHub Action for installing Mozilla/Sops

Repurposed from Azure/setup-helm

Install a specific version of sops binary on the runner. Acceptable values are latest or any semantic version string like v3.8.1 Use this action in workflow to define which version of sops will be used.

- name: Sops Binary Installer
  uses: mdgreenwald/[email protected]
  with:
    version: '<version>' # default is latest stable
  id: install

The cached sops binary path is prepended to the PATH environment variable as well as stored in the sops-path output variable. Refer to the action metadata file for details about all the inputs here.

Sops Binary Installer is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Install a specific version of the sops binary. Acceptable values are latest or any semantic version string like v3.8.1
v1.6.0
Latest

Sops Binary Installer is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.