Skip to content

sthomson-wyn/mozilla-sops-action

 
 

Repository files navigation

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 v2.16.7 Use this action in workflow to define which version of sops will be used.

- name: Sops Binary Installer
  uses: mdgreenwald/mozilla-sops-action@v1.4.0
  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.

About

GitHub Action for installing Sops

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 58.3%
  • TypeScript 39.6%
  • Dockerfile 2.1%