diff --git a/script/cibuild b/script/cibuild index b90c5aae..bf5f51ee 100755 --- a/script/cibuild +++ b/script/cibuild @@ -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