Skip to content

Commit 76999e2

Browse files
authored
Merge pull request #10 from cisagov/improvement/make_bandit_config_pass_yamllint
Make .bandit.yml pass yamllint
2 parents c94b79d + eb4fbd7 commit 76999e2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.bandit.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1+
---
12
# Configuration file for the Bandit python security scanner
23
# https://bandit.readthedocs.io/en/latest/config.html
34

45
# Tests are first included by `tests`, and then excluded by `skips`.
56
# If `tests` is empty, all tests are are considered included.
67

78
tests:
8-
#- B101
9-
#- B102
9+
# - B101
10+
# - B102
1011

1112
skips:
12-
#- B101 # skip "assert used" check since assertions are required in pytests
13+
# - B101 # skip "assert used" check since assertions are required in pytests

0 commit comments

Comments
 (0)