0
0
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:
copilot-swe-agent[bot] 2026-03-06 16:35:42 +00:00
parent 7469a8425a
commit b40292a83a

View File

@ -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))),)