Skip to content

Commit 6d5fc19

Browse files
silverwindGusted
authored andcommitted
Enable color output in govulncheck (go-gitea#34012)
Make `govulncheck` show color, which by default it doesn't for some reason. (cherry picked from commit 2089401)
1 parent 50f8563 commit 6d5fc19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ lint-yaml: .venv
523523

524524
.PHONY: security-check
525525
security-check:
526-
go run $(GOVULNCHECK_PACKAGE) ./...
526+
go run $(GOVULNCHECK_PACKAGE) -show color ./...
527527

528528
###
529529
# Development and testing targets

0 commit comments

Comments
 (0)