Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Add more specific exlcude paths for bandit
Browse files Browse the repository at this point in the history
Workaround for bug reported here: PyCQA/bandit#488

Signed-off-by: Ryan Beck-Buysse <rbuysse@bitwise.io>
  • Loading branch information
rbuysse committed May 9, 2019
1 parent 241bef4 commit 743e936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/run_bandit
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ directories="
simulator/build
simulator/tests
tests
tests/sawtooth_poet_tests/*
"

if [ ! -d "$top_dir/build" ]; then
Expand Down

0 comments on commit 743e936

Please sign in to comment.