There was an error while loading. Please reload this page.
1 parent 495ff4e commit 8f02d5bCopy full SHA for 8f02d5b
build.sh
@@ -41,9 +41,9 @@ echo "dep exit code : $DEP_EXIT_CODE"
41
42
if [[ "$LIST_EXIT_CODE" -eq 0 || "$SUM_EXIT_CODE" -eq 0 || "$DEP_EXIT_CODE" -eq 0 ]]
43
then
44
- echo "One of the above nancy tests actually passed....that means the project is no longer vulenerable and thats an issue"
+ echo "One of the above nancy tests actually passed....that means the project is no longer vulnerable and thats an issue"
45
exit 199
46
else
47
- echo "YAH!!! :) Still vulenerable....usually not something you are happy about"
+ echo "YAH!!! :) Still vulnerable....usually not something you are happy about"
48
exit 0
49
fi
0 commit comments