GODT-1853: ignore for CVE-2021-33194 false positive + add several try to gobinsec

This commit is contained in:
Romain LE JEUNE
2022-09-22 17:08:07 +02:00
parent 1cc7ea5ca7
commit a635b023f6
3 changed files with 10 additions and 1 deletions

5
utils/run_gobinsec.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
gobinsec -wait -cache -config utils/gobinsec_conf.yml build/bridge || FAILED=true
if [ $FAILED ]; then
gobinsec -wait -cache -config utils/gobinsec_conf.yml build/bridge
fi