Skip to content
Snippets Groups Projects
Commit 8e03c830 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

full report


Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>
parent a4090c7b
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ source $BIN_DIR/utils
set +e
tmpfile=$(mktemp /tmp/heroku-buildpack.XXXXX)
/app/.heroku/python/bin/python $ROOT_DIR/vendor/safety.zip 2>&1 > "$tmpfile"
/app/.heroku/python/bin/python $ROOT_DIR/vendor/safety.zip check --full-report 2>&1 > "$tmpfile"
if [[ "$?" != 0 ]]; then
puts-warn "KNOWN SECURITY VULNERABILITIES FOUND IN DEPENDENCIES!"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment