mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-26 23:37:08 -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
@ -31,7 +31,7 @@ check() {
|
|||||||
for mod in ${submodules}; do
|
for mod in ${submodules}; do
|
||||||
echo " ${mod}"
|
echo " ${mod}"
|
||||||
echo -n " "
|
echo -n " "
|
||||||
CGO_ENABLED=0 ${govulncheck} "${mod}/..." |
|
CGO_ENABLED=0 ${govulncheck} -C "${mod}" "./..." |
|
||||||
tail -n 2 | # Providing some nice output...
|
tail -n 2 | # Providing some nice output...
|
||||||
tr '\n' ' ' |
|
tr '\n' ' ' |
|
||||||
sed s/" your code and"// &&
|
sed s/" your code and"// &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user