lint: warn about known security issues

Signed-off-by: Moritz Poldrack <git@moritz.sh>
Acked-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
Moritz Poldrack 2022-09-14 18:25:11 +02:00 committed by Robin Jarry
parent ef99ec17d6
commit dcaabd5adf
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ lint:
&& echo The above files need to be formatted, please run make fmt && exit 1 \
|| echo all files formatted.
$(GO) run github.com/golangci/golangci-lint/cmd/golangci-lint run
$(GO) run golang.org/x/vuln/cmd/govulncheck@latest ./...
.PHONY: tests
tests: