{"id":20423993,"url":"https://github.com/nhedger/setup-sops","last_synced_at":"2025-04-12T18:42:14.131Z","repository":{"id":159944105,"uuid":"634946535","full_name":"nhedger/setup-sops","owner":"nhedger","description":"✅ Setup SOPS in GitHub Actions","archived":false,"fork":false,"pushed_at":"2025-03-24T17:19:11.000Z","size":953,"stargazers_count":9,"open_issues_count":6,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-26T12:51:17.029Z","etag":null,"topics":["github-actions","setup-actions","sops"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/setup-sops","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nhedger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["nhedger"]}},"created_at":"2023-05-01T16:03:08.000Z","updated_at":"2025-02-28T01:53:09.000Z","dependencies_parsed_at":"2023-06-28T14:49:36.001Z","dependency_job_id":"55074d46-6ccc-4798-8835-b86022a45da3","html_url":"https://github.com/nhedger/setup-sops","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhedger%2Fsetup-sops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhedger%2Fsetup-sops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhedger%2Fsetup-sops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhedger%2Fsetup-sops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nhedger","download_url":"https://codeload.github.com/nhedger/setup-sops/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248617087,"owners_count":21134185,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-actions","setup-actions","sops"],"created_at":"2024-11-15T07:08:24.826Z","updated_at":"2025-04-12T18:42:14.126Z","avatar_url":"https://github.com/nhedger.png","language":"TypeScript","funding_links":["https://github.com/sponsors/nhedger"],"categories":[],"sub_categories":[],"readme":"# Setup SOPS in GitHub Actions\n\n[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/nhedger/setup-sops?label=latest\u0026logo=github)](https://github.com/marketplace/actions/setup-sops)\n[![Test](https://github.com/nhedger/setup-sops/actions/workflows/test.yaml/badge.svg)](https://github.com/nhedger/setup-sops/actions/workflows/test.yaml)\n[![Integrate](https://github.com/nhedger/setup-sops/actions/workflows/integrate.yaml/badge.svg)](https://github.com/nhedger/setup-sops/actions/workflows/integrate.yaml)\n\n**Setup SOPS** is a GitHub action that provides a cross-platform interface\nfor setting up [SOPS](https://github.com/getsops/sops) in GitHub\nActions runners.\n\n## Inputs\n\nThe following inputs are supported.\n\n```yaml\n- name: Setup SOPS\n  uses: nhedger/setup-sops@v2\n  with:\n\n    # The version of SOPS to install.\n    # This input is optional and defaults to \"latest\".\n    # Example values: \"3.7.3\", \"latest\"\n    version: \"latest\"\n\n    # The GitHub token to use to authenticate GitHub API requests.\n    # This input is optional and defaults to the job's GitHub token.\n    # Example value: ${{ secrets.GITHUB_TOKEN }}\n    token: ${{ github.token }}\n```\n\n## Examples\n\n### Basic example\n\nSetup the latest version of SOPS.\n\n```yaml\n- name: Setup SOPS\n  uses: nhedger/setup-sops@v2\n\n- name: Run SOPS\n  run: sops --version\n```\n\n### Specific version\n\nInstall version `3.7.3` of SOPS.\n\n```yaml\n- name: Setup SOPS\n  uses: nhedger/setup-sops@v2\n  with:\n    version: 3.7.3\n\n- name: Run SOPS\n  run: sops --version\n```\n\n## License\n\nThe scripts and documentation in this project are licensed under\nthe [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhedger%2Fsetup-sops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnhedger%2Fsetup-sops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhedger%2Fsetup-sops/lists"}