mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
bazel: disable CGO in govulncheck
This commit is contained in:
parent
21d4e5864f
commit
524718d82c
@ -30,7 +30,7 @@ echo "Scanning Go vulnerability DB for knwon vulnerabilities in modules:"
|
||||
for mod in ${submodules}; do
|
||||
echo " ${mod}"
|
||||
echo -n " "
|
||||
${govulncheck} "${mod}/..." |
|
||||
CGO_ENABLED=0 ${govulncheck} "${mod}/..." |
|
||||
tail -n 2 | # Providing some nice output...
|
||||
tr '\n' ' ' |
|
||||
sed s/" your code and"// &&
|
||||
|
Loading…
Reference in New Issue
Block a user