debian-forge/.bandit
Simon de Vlieger c4040191b6 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.
2023-04-23 21:44:46 +02:00

3 lines
52 B
Text

[bandit]
exclude = test
skips = B101,B404,B603,B607