Skip to content

Commit

Permalink
Remove -v from vulncheck (go-gitea#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 and silverwind committed Jul 3, 2023
1 parent b4bfaf7 commit 441f3dd
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 @@ -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 $@
Expand Down

0 comments on commit 441f3dd

Please sign in to comment.