diff --git a/script/ci_build.sh b/script/ci_build.sh index 5a455a7..52b746e 100755 --- a/script/ci_build.sh +++ b/script/ci_build.sh @@ -28,7 +28,7 @@ if [[ "${FLAWFINDER_ANALYSIS}" == true ]] then apt-get install -y --no-install-recommends python3-pip pip3 install flawfinder - flawfinder --error-level=0 src include + flawfinder --error-level=1 src include exit fi