Remove -v from vulncheck (#23953)

We should think about locking this dep, but for now this should get
builds going again.

(cherry picked from commit 797babbfcb)
This commit is contained in:
John Olheiser 2023-04-06 13:58:05 -05:00 committed by Earl Warren
parent 701d98adbf
commit 404506c7c1
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -784,7 +784,7 @@ merge-locales:
.PHONY: security-check
security-check:
go run $(GOVULNCHECK_PACKAGE) -v ./...
go run $(GOVULNCHECK_PACKAGE) ./...
$(EXECUTABLE): $(GO_SOURCES) $(TAGS_PREREQ)
CGO_CFLAGS="$(CGO_CFLAGS)" $(GO) build $(GOFLAGS) $(EXTRA_GOFLAGS) -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)' -o $@