mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-04-25 04:57:31 +00:00
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:
parent
50f8563c67
commit
6d5fc19464
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue