From 9506effbe395b9be30ba2b34702c51478e8043e4 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 3 Jan 2024 11:33:27 +0100 Subject: [PATCH] ci: run govulncheck --- ci/run | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/run b/ci/run index 2e12c7c..4dbfefe 100755 --- a/ci/run +++ b/ci/run @@ -32,6 +32,8 @@ make $flags make test $flags # Additional static checks only run in CI +go install golang.org/x/vuln/cmd/govulncheck@latest +govulncheck ./... go install honnef.co/go/tools/cmd/staticcheck@v0.4.6 staticcheck ./... go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2 -- 2.44.1