lint: provide bandit configuration
`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.
This commit is contained in:
parent
d9e97a4830
commit
c4040191b6
1 changed files with 3 additions and 0 deletions
3
.bandit
Normal file
3
.bandit
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[bandit]
|
||||||
|
exclude = test
|
||||||
|
skips = B101,B404,B603,B607
|
||||||
Loading…
Add table
Add a link
Reference in a new issue