]> source.dussan.org Git - gitea.git/commitdiff
Remove -v from vulncheck (#23953) (#25654)
authorsilverwind <me@silverwind.io>
Mon, 3 Jul 2023 20:16:23 +0000 (22:16 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Jul 2023 20:16:23 +0000 (16:16 -0400)
Backport https://github.com/go-gitea/gitea/pull/23953 to 1.19 to fix the
branch build:

https://drone.gitea.io/go-gitea/gitea/75155/1/9

Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Makefile

index 07b9f56732f4ef8fddc30b9875c9071a9855ee6d..e31c0f805cab2252861aa09de0c1c6b3278986fd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -751,7 +751,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 $@