mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2025-06-30 11:52:40 +00:00
fix: address vulnerabilities in kubectl
kubectl has vulnerabilities in the stable version, it was fixed in 1.33.0-alpha.3
This commit is contained in:
parent
b6a88e8282
commit
e31f1ec343
2
makefile
2
makefile
@ -11,7 +11,7 @@ uname := $(shell uname -s)
|
|||||||
BUILDX_PLATFORM ?= linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x
|
BUILDX_PLATFORM ?= linux/amd64,linux/arm64,linux/arm,linux/ppc64le,linux/s390x
|
||||||
DOCKER_ORGS ?= aquasec public.ecr.aws/aquasecurity
|
DOCKER_ORGS ?= aquasec public.ecr.aws/aquasecurity
|
||||||
GOARCH ?= $@
|
GOARCH ?= $@
|
||||||
KUBECTL_VERSION ?= 1.33.0-alpha.1
|
KUBECTL_VERSION ?= 1.33.0-alpha.3
|
||||||
ARCH ?= $(shell go env GOARCH)
|
ARCH ?= $(shell go env GOARCH)
|
||||||
|
|
||||||
ifneq ($(findstring Microsoft,$(shell uname -r)),)
|
ifneq ($(findstring Microsoft,$(shell uname -r)),)
|
||||||
|
Loading…
Reference in New Issue
Block a user