Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

setup-krew GitHub Action

Test GitHub Action GitHub go.mod Go version

This action enables you to download and install kubernetes-sigs/krew binary.

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.

Usage

This action currently supports GitHub-provided Linux, macOS and Windows runners (self-hosted runners may not work).

Add the following entry to your Github workflow YAML file:

uses: developer-guy/setup-krew@main
with:
 krew-version: "v0.4.2" # optional

Example using a pinned version:

jobs:
  test_cosign_action:
    runs-on: ubuntu-latest
    name: Install Krew and test presence in path
    steps:
      - name: Install krew
        uses: developer-guy/setup-krew@main
        with:
          krew-version: 'v0.4.2'
      - name: Check install!
        run: krew version

About

πŸ“¦πŸš€ A GitHub Action to install πŸ‘‡ https://github.com/kubernetes-sigs/krew

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages