mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 12:43:23 +00:00
Bump govulncheck to 1.1.2
This commit will bump govulncheck from 1.1.0 to 1.1.2 which now supports OpenVex. Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
This commit is contained in:
parent
fea466ea7b
commit
7be52ad4ba
@ -27,7 +27,7 @@ kube::util::ensure_clean_working_dir
|
|||||||
# This sets up the environment, like GOCACHE, which keeps the worktree cleaner.
|
# This sets up the environment, like GOCACHE, which keeps the worktree cleaner.
|
||||||
kube::golang::setup_env
|
kube::golang::setup_env
|
||||||
|
|
||||||
go install golang.org/x/vuln/cmd/govulncheck@v1.1.0
|
go install golang.org/x/vuln/cmd/govulncheck@v1.1.2
|
||||||
|
|
||||||
# KUBE_VERIFY_GIT_BRANCH is populated in verify CI jobs
|
# KUBE_VERIFY_GIT_BRANCH is populated in verify CI jobs
|
||||||
BRANCH="${KUBE_VERIFY_GIT_BRANCH:-master}"
|
BRANCH="${KUBE_VERIFY_GIT_BRANCH:-master}"
|
||||||
|
Loading…
Reference in New Issue
Block a user