GitHub Action for installing CNCF 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: Setup CNCF SOPS
uses: ronazst/setup-cncf-sops@v1
with:
version: '<version>' # optional, default is latest stable