From dcaabd5adf03257feed6c4d8f79e1d907122d283 Mon Sep 17 00:00:00 2001 From: Moritz Poldrack Date: Wed, 14 Sep 2022 18:25:11 +0200 Subject: [PATCH] lint: warn about known security issues Signed-off-by: Moritz Poldrack Acked-by: Robin Jarry --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 202b406..8183778 100644 --- a/Makefile +++ b/Makefile @@ -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: