Skip to content

Commit

Permalink
Merge pull request #19 from tlacroix/bugs/entrypoint-var-names-and-qu…
Browse files Browse the repository at this point in the history
…otes

Update entrypoint.sh
  • Loading branch information
jackton1 authored Apr 3, 2021
2 parents ba97e3c + 5edfca5 commit b9c3022
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ set -e

pip3 install bandit=="${INPUT_BANDIT_VERSION}"

bandit "$INPUT_OPTIONS" "$INPUT_PATH"
# shellcheck disable=SC2086
bandit ${INPUT_OPTIONS} ${INPUT_TARGETS}

0 comments on commit b9c3022

Please sign in to comment.