Add security analysis check to cibuild
This commit is contained in:
parent
5d74d9f154
commit
ed4652e3db
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user