Skip to content

Commit

Permalink
Install latest flawfinder in CI builds (#51).
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed Mar 12, 2020
1 parent 556518c commit e12828e
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 @@ -26,7 +26,7 @@ done

if [[ "${FLAWFINDER_ANALYSIS}" == true ]]
then
apt-get install -y flawfinder
pip install flawfinder
flawfinder src include
exit
fi
Expand Down

0 comments on commit e12828e

Please sign in to comment.