`bandit` is a fast Python vulnerability scanner, this provides a default configuration file for it for those that want to run it. `bandit --ini .bandit -r osbuild/` will get you results.
3 lines
52 B
Text
3 lines
52 B
Text
[bandit]
|
|
exclude = test
|
|
skips = B101,B404,B603,B607
|