Skip to content

Commit

Permalink
Fix formatting of call to BANDIT which
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieparkes committed Jul 1, 2020
1 parent 68b9a26 commit 39e007c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/python/Makefile.security
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BANDIT=$(call which, bandit)
BANDIT=$(call which,bandit)
BANDIT_FLAGS=-ll -ii

PYTHON_SECURITY_TARGETS?=$(shell find . $(PYTHON_TARGETS_FIND_FLAGS) -not -path "*/tests/*" -not -path "*/docs/*" -not -name "setup.py")
Expand Down

0 comments on commit 39e007c

Please sign in to comment.