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
|
||||
script/test
|
||||
|
||||
# Run static code analysis security check (exluding the tests subdir)
|
||||
bandit -r . -x tests
|
||||
# Run static code analysis security checks
|
||||
# (excluding the tests and node_modules subdirs)
|
||||
bandit -r . -x node_modules,tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user