This action downloads a release of kwctl and installs that inside of the GitHub action path.
The downloaded zip contains both the kwctl binary and its
.bundle.sigstore file. The action verifies the extracted binary with
cosign verify-blob before installation.
Note
This action installs cosign
KWCTL_VERSION: (optional) the version of kwctl to be downloaded. Accepts a specific semver tag (e.g.v1.34.2) or the special valuelatest, which resolves to the most recent release inkubewarden/kubewarden-controller(includingrc,alpha, andbetapre-releases).