1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2025-04-16 23:45:56 +00:00

fix: address vulnerabilities in kubectl (#1828)

kubectl has vulnerabilities in the stable version, it was fixed in 1.33.0-alpha.3
This commit is contained in:
mjshastha 2025-03-11 17:36:25 +05:30 committed by GitHub
parent 594eb2cf18
commit c74ce3a813
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ uname := $(shell uname -s)
BUILDX_PLATFORM ?= linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x
DOCKER_ORGS ?= aquasec public.ecr.aws/aquasecurity
GOARCH ?= $@
KUBECTL_VERSION ?= 1.33.0-alpha.1
KUBECTL_VERSION ?= 1.33.0-alpha.3
ARCH ?= $(shell go env GOARCH)
ifneq ($(findstring Microsoft,$(shell uname -r)),)