mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-10 07:44:56 -05:00
bazel: use -C flag in govulncheck ci
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
8c564ed84f
commit
6352d8005d
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ check() {
|
|||
for mod in ${submodules}; do
|
||||
echo " ${mod}"
|
||||
echo -n " "
|
||||
CGO_ENABLED=0 ${govulncheck} "${mod}/..." |
|
||||
CGO_ENABLED=0 ${govulncheck} -C "${mod}" "./..." |
|
||||
tail -n 2 | # Providing some nice output...
|
||||
tr '\n' ' ' |
|
||||
sed s/" your code and"// &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue