Skip to content

Commit

Permalink
You're #1 you're #1.... i think its bad though
Browse files Browse the repository at this point in the history
  • Loading branch information
zendern committed Apr 6, 2020
1 parent d29730d commit 0f1dab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ echo "dep exit code : $DEP_EXIT_CODE"
if [[ "$LIST_EXIT_CODE" -eq 0 || "$SUM_EXIT_CODE" -eq 0 || "$DEP_EXIT_CODE" -eq 0 ]]
then
echo "One of the above nancy tests actually passed....that means the project is no longer vulnerable and thats an issue"
exit 199
exit 1
else
echo "YAH!!! :) Still vulnerable....usually not something you are happy about"
exit 0
Expand Down

0 comments on commit 0f1dab2

Please sign in to comment.