We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9f186 commit 390cb5dCopy full SHA for 390cb5d
test/bandit.yaml
@@ -0,0 +1,21 @@
1
+# https://bandit.readthedocs.io/en/latest/config.html
2
+
3
+tests:
4
+ - B103
5
+ - B108
6
+ - B306
7
+ - B307
8
+ - B313
9
+ - B314
10
+ - B315
11
+ - B316
12
+ - B317
13
+ - B318
14
+ - B319
15
+ - B320
16
+ - B325
17
+ - B601
18
+ - B602
19
+ - B604
20
+ - B608
21
+ - B609
tox.ini
@@ -40,7 +40,7 @@ commands =
40
deps = -r requirements.txt
41
ignore_errors = false
42
commands =
43
- bandit -r doc/ examples/ pymodbus/ test/
+ bandit -r -c test/bandit.yaml doc/ examples/ pymodbus/ test/
44
45
[testenv:flake8]
46
0 commit comments