bazel: add govulncheck to //:check target (#1512)

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-03-27 07:35:51 -04:00 committed by GitHub
parent 00c7611245
commit f108ff8539
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 105 additions and 69 deletions

View file

@ -11,4 +11,5 @@ package main
import (
_ "github.com/google/go-licenses"
_ "github.com/katexochen/sh/v3/cmd/shfmt"
_ "golang.org/x/vuln/cmd/govulncheck"
)