Skip to content

Commit

Permalink
debug commit
Browse files Browse the repository at this point in the history
Signed-off-by: ArkaSaha30 <arkasaha30@gmail.com>
  • Loading branch information
ArkaSaha30 committed May 10, 2024
1 parent 3d8db78 commit 89dcff4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hack/verify-govulncheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
set -o errexit
set -o nounset
set -o pipefail
set -x

KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
source "${KUBE_ROOT}/hack/lib/init.sh"
Expand All @@ -26,8 +27,6 @@ kube::util::ensure_clean_working_dir

# This sets up the environment, like GOCACHE, which keeps the worktree cleaner.
kube::golang::setup_env
# Opt into using go modules
export GO111MODULE=on

go install golang.org/x/vuln/cmd/govulncheck@v1.1.0

Expand Down

0 comments on commit 89dcff4

Please sign in to comment.