{"id":15747794,"url":"https://github.com/developer-guy/setup-krew","last_synced_at":"2025-09-09T06:48:46.906Z","repository":{"id":46943513,"uuid":"446528919","full_name":"developer-guy/setup-krew","owner":"developer-guy","description":"📦🚀 A GitHub Action to install 👇 https://github.com/kubernetes-sigs/krew ","archived":false,"fork":false,"pushed_at":"2022-01-11T18:04:56.000Z","size":15,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-26T20:01:48.449Z","etag":null,"topics":["github-actions","go","install-action","krew"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/developer-guy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-10T17:58:50.000Z","updated_at":"2022-01-11T18:05:58.000Z","dependencies_parsed_at":"2022-07-22T21:17:27.627Z","dependency_job_id":null,"html_url":"https://github.com/developer-guy/setup-krew","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developer-guy%2Fsetup-krew","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developer-guy%2Fsetup-krew/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developer-guy%2Fsetup-krew/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developer-guy%2Fsetup-krew/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/developer-guy","download_url":"https://codeload.github.com/developer-guy/setup-krew/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243414509,"owners_count":20287134,"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","go","install-action","krew"],"created_at":"2024-10-04T05:21:53.955Z","updated_at":"2025-03-13T13:32:15.542Z","avatar_url":"https://github.com/developer-guy.png","language":"Go","readme":"# setup-krew GitHub Action\n\n[![Test GitHub Action](https://github.com/developer-guy/setup-krew/actions/workflows/testaction.yml/badge.svg?event=push)](https://github.com/developer-guy/setup-krew/actions/workflows/testaction.yml)\n![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/developer-guy/setup-krew)\n\n\nThis action enables you to download and install [kubernetes-sigs/krew](https://github.com/kubernetes-sigs/krew) binary.\n\n`setup-krew` verifies the integrity of the `krew` release during installation by verifying its SHA256 against its SHA256 file release along the way with the binary itself.\n\n## Usage\n\nThis action currently supports GitHub-provided Linux, macOS and Windows runners (self-hosted runners may not work).\n\nAdd the following entry to your Github workflow YAML file:\n\n```yaml\nuses: developer-guy/setup-krew@main\nwith:\n krew-version: \"v0.4.2\" # optional\n```\n\nExample using a pinned version:\n\n```yaml\njobs:\n  test_cosign_action:\n    runs-on: ubuntu-latest\n    name: Install Krew and test presence in path\n    steps:\n      - name: Install krew\n        uses: developer-guy/setup-krew@main\n        with:\n          krew-version: 'v0.4.2'\n      - name: Check install!\n        run: krew version\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloper-guy%2Fsetup-krew","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveloper-guy%2Fsetup-krew","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloper-guy%2Fsetup-krew/lists"}