Skip to content

Commit

Permalink
add bandit for security check
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyguitar committed Aug 15, 2018
1 parent c0559d2 commit 5237570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ build: html
test: clean build
pycodestyle $(SRC)
pydocstyle $(SRC)
bandit $(SRC)
coverage run app_test.py && coverage report --fail-under=90 -m $(SRC)
ifeq ($(PY36), 1)
black --quiet --diff --check --line-length 79 $(SRC)
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
alabaster==0.7.11
bandit==1.4.0
coverage==4.5.1
coveralls==1.3.0
docutils==0.14
Expand Down

0 comments on commit 5237570

Please sign in to comment.