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:
ArkaSaha30 2024-07-03 17:12:14 +05:30
parent fea466ea7b
commit 7be52ad4ba
No known key found for this signature in database
GPG Key ID: C5FF37943E5BC363

View File

@ -27,7 +27,7 @@ kube::util::ensure_clean_working_dir
# This sets up the environment, like GOCACHE, which keeps the worktree cleaner.
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
BRANCH="${KUBE_VERIFY_GIT_BRANCH:-master}"