Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxesn committed Aug 28, 2023
1 parent 9106eba commit e2e0bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,8 @@ binaries: $(BINARY_TARGETS)
.PHONY: run-govulncheck
run-govulncheck: $(BINARY_TARGETS)
go install golang.org/x/vuln/cmd/govulncheck@latest
govulncheck -mode=binary $(word 1,$(BINARY_TARGETS)) || true
source $(BUILD_LIB)/common.sh && build::common::use_go_version $(GOLANG_VERSION) && govulncheck -C $(REPO) ./... || true
$(GOPATH)/bin/govulncheck -mode=binary $(word 1,$(BINARY_TARGETS)) || true
source $(BUILD_LIB)/common.sh && build::common::use_go_version $(GOLANG_VERSION) && $(GOPATH)/bin/govulncheck -C $(REPO) ./... || true

$(KUSTOMIZE_TARGET):
@mkdir -p $(OUTPUT_DIR)
Expand Down

0 comments on commit e2e0bf6

Please sign in to comment.