1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2024-11-21 07:38:07 +00:00

Updated KUBECTL_VERSION to 1.31.0 for fixing vulnerabilities (#1690)

* Bumped Go to 1.22.7 for fixing Critical/High vulberabilities

* Bumped Go to 1.22.7 for fixing Critical/High vulberabilities

* Bumped kubectl version for fixing vulnerabilities

* Fixed kubectl version

* Update go.mod
This commit is contained in:
jdesouza 2024-10-03 13:43:01 -03:00 committed by GitHub
parent d8f041a826
commit e75cd6bbc8
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.28.7
KUBECTL_VERSION ?= 1.31.0
ARCH ?= $(shell go env GOARCH)
ifneq ($(findstring Microsoft,$(shell uname -r)),)