Skip to content

Commit

Permalink
Remove -v from vulncheck (#23953)
Browse files Browse the repository at this point in the history
We should think about locking this dep, but for now this should get
builds going again.
  • Loading branch information
jolheiser authored Apr 6, 2023
1 parent bbf83f5 commit 797babb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ generate-go: $(TAGS_PREREQ)

.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 $@
Expand Down

0 comments on commit 797babb

Please sign in to comment.