mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-02 14:26:23 -04:00
bazel: add govulncheck to //:check target (#1512)
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
00c7611245
commit
f108ff8539
8 changed files with 105 additions and 69 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue