Add security analysis check to cibuild

This commit is contained in:
Devon Mackay 2018-07-03 10:50:17 -04:00
parent 5d74d9f154
commit ed4652e3db

View File

@ -10,3 +10,6 @@ cd "$(dirname "${0}")/.."
# Run lint/style checks and unit tests
script/test
# Run static code analysis security check (exluding the tests subdir)
bandit -r . -x tests