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 20c7392 commit 2089401Copy full SHA for 2089401
Makefile
@@ -737,7 +737,7 @@ generate-go: $(TAGS_PREREQ)
737
738
.PHONY: security-check
739
security-check:
740
- go run $(GOVULNCHECK_PACKAGE) ./...
+ go run $(GOVULNCHECK_PACKAGE) -show color ./...
741
742
$(EXECUTABLE): $(GO_SOURCES) $(TAGS_PREREQ)
743
CGO_CFLAGS="$(CGO_CFLAGS)" $(GO) build $(GOFLAGS) $(EXTRA_GOFLAGS) -tags '$(TAGS)' -ldflags '-s -w $(LDFLAGS)' -o $@
0 commit comments