Skip to content

mdgreenwald/mozilla-sops-action

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9230ae4 · May 1, 2024
May 2, 2023
Mar 4, 2024
Sep 18, 2023
Sep 18, 2023
Jun 11, 2020
Jun 11, 2020
Jun 11, 2020
Oct 8, 2020
May 1, 2024
Jun 11, 2020
Mar 4, 2024
Mar 4, 2024
May 1, 2024
May 1, 2024
Jun 11, 2020
Jun 11, 2020

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

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