Enable color output in govulncheck (#34012)

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

(cherry picked from commit 2089401653cb4d351aa6e0bb6a86d987d115acb8)
This commit is contained in:
silverwind 2025-03-25 19:24:48 +01:00 committed by Gusted
parent 50f8563c67
commit 6d5fc19464
No known key found for this signature in database
GPG key ID: FD821B732837125F

View file

@ -523,7 +523,7 @@ lint-yaml: .venv
.PHONY: security-check
security-check:
go run $(GOVULNCHECK_PACKAGE) ./...
go run $(GOVULNCHECK_PACKAGE) -show color ./...
###
# Development and testing targets