aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMoritz Poldrack <git@moritz.sh>2022-09-14 18:25:11 +0200
committerRobin Jarry <robin@jarry.cc>2022-09-14 20:51:57 +0200
commitdcaabd5adf03257feed6c4d8f79e1d907122d283 (patch)
tree375079f82d45b38ae383d31e270abe70e36cf604 /Makefile
parentef99ec17d63629fdc62bcc8ed6360a56bc7128fa (diff)
downloadaerc-dcaabd5adf03257feed6c4d8f79e1d907122d283.tar.gz
lint: warn about known security issues
Signed-off-by: Moritz Poldrack <git@moritz.sh> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 202b4066..8183778f 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: