Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Jan 18, 2021
1 parent 888f928 commit dd39984
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@

set -e

pip3 --version
PATH="${2:-.}"
OPTIONS="${3}"
VERSION="${4:-1.7.0}"

pip3 install bandit=="${VERSION}"

bandit "$OPTIONS" "$PATH"

0 comments on commit dd39984

Please # to comment.