mirror of
https://github.com/go-gitea/gitea.git
synced 2026-04-22 05:28:53 +02:00
Backport: Make security-check informational only (#36681)
Co-authored-by: silverwind <115237+silverwind@users.noreply.github.com>
This commit is contained in:
parent
7469a8425a
commit
b40292a83a
2
Makefile
2
Makefile
@ -766,7 +766,7 @@ generate-go: $(TAGS_PREREQ)
|
||||
|
||||
.PHONY: security-check
|
||||
security-check:
|
||||
go run $(GOVULNCHECK_PACKAGE) -show color ./...
|
||||
go run $(GOVULNCHECK_PACKAGE) -show color ./... || true
|
||||
|
||||
$(EXECUTABLE): $(GO_SOURCES) $(TAGS_PREREQ)
|
||||
ifneq ($(and $(STATIC),$(findstring pam,$(TAGS))),)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user