Skip to content

Commit

Permalink
Flawfinder execution in ci build fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Mar 12, 2020
1 parent 8dce6cf commit f07fd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f07fd56

Please sign in to comment.