From 743e936c3f04a19742d8f799379d0ca819688b82 Mon Sep 17 00:00:00 2001 From: Ryan Beck-Buysse Date: Thu, 9 May 2019 13:11:27 -0500 Subject: [PATCH] Add more specific exlcude paths for bandit Workaround for bug reported here: https://github.com/PyCQA/bandit/issues/488 Signed-off-by: Ryan Beck-Buysse --- bin/run_bandit | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/run_bandit b/bin/run_bandit index 960be395..11089094 100755 --- a/bin/run_bandit +++ b/bin/run_bandit @@ -30,6 +30,7 @@ directories=" simulator/build simulator/tests tests + tests/sawtooth_poet_tests/* " if [ ! -d "$top_dir/build" ]; then