We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf83f5 commit 797babbCopy full SHA for 797babb
Makefile
@@ -747,7 +747,7 @@ generate-go: $(TAGS_PREREQ)
747
748
.PHONY: security-check
749
security-check:
750
- go run $(GOVULNCHECK_PACKAGE) -v ./...
+ go run $(GOVULNCHECK_PACKAGE) ./...
751
752
$(EXECUTABLE): $(GO_SOURCES) $(TAGS_PREREQ)
753
CGO_CFLAGS="$(CGO_CFLAGS)" $(GO) build $(GOFLAGS) $(EXTRA_GOFLAGS) -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)' -o $@
0 commit comments