mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-23 02:26:42 +00:00
GODT-1853: ignore for CVE-2021-33194 false positive + add several try to gobinsec
This commit is contained in:
5
utils/run_gobinsec.sh
Executable file
5
utils/run_gobinsec.sh
Executable 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
|
||||
Reference in New Issue
Block a user