loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Enable color output in govulncheck (#34012)

Make `govulncheck` show color, which by default it doesn't for some
reason.

(cherry picked from commit 2089401653cb4d351aa6e0bb6a86d987d115acb8)

authored by

silverwind and committed by
Gusted
6d5fc194 50f8563c

+1 -1
+1 -1
Makefile
··· 523 523 524 524 .PHONY: security-check 525 525 security-check: 526 - go run $(GOVULNCHECK_PACKAGE) ./... 526 + go run $(GOVULNCHECK_PACKAGE) -show color ./... 527 527 528 528 ### 529 529 # Development and testing targets