mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-22 22:14:43 -04:00
bazel: disable CGO in govulncheck
This commit is contained in:
parent
21d4e5864f
commit
524718d82c
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ echo "Scanning Go vulnerability DB for knwon vulnerabilities in modules:"
|
||||||
for mod in ${submodules}; do
|
for mod in ${submodules}; do
|
||||||
echo " ${mod}"
|
echo " ${mod}"
|
||||||
echo -n " "
|
echo -n " "
|
||||||
${govulncheck} "${mod}/..." |
|
CGO_ENABLED=0 ${govulncheck} "${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…
Add table
Add a link
Reference in a new issue