Add security analysis check to cibuild
This commit is contained in:
@@ -10,3 +10,6 @@ cd "$(dirname "${0}")/.."
|
|||||||
|
|
||||||
# Run lint/style checks and unit tests
|
# Run lint/style checks and unit tests
|
||||||
script/test
|
script/test
|
||||||
|
|
||||||
|
# Run static code analysis security check (exluding the tests subdir)
|
||||||
|
bandit -r . -x tests
|
||||||
|
Reference in New Issue
Block a user