Also exclude node_modules from code analysis
This commit is contained in:
parent
ed4652e3db
commit
fec2f148ab
@ -11,5 +11,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)
|
# Run static code analysis security checks
|
||||||
bandit -r . -x tests
|
# (excluding the tests and node_modules subdirs)
|
||||||
|
bandit -r . -x node_modules,tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user