mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Make .bandit.yml pass yamllint
This commit is contained in:
parent
c94b79deb5
commit
eb4fbd751b
1 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
# Configuration file for the Bandit python security scanner
|
# Configuration file for the Bandit python security scanner
|
||||||
# https://bandit.readthedocs.io/en/latest/config.html
|
# https://bandit.readthedocs.io/en/latest/config.html
|
||||||
|
|
||||||
|
@ -5,8 +6,8 @@
|
||||||
# If `tests` is empty, all tests are are considered included.
|
# If `tests` is empty, all tests are are considered included.
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
#- B101
|
# - B101
|
||||||
#- B102
|
# - B102
|
||||||
|
|
||||||
skips:
|
skips:
|
||||||
#- B101 # skip "assert used" check since assertions are required in pytests
|
# - B101 # skip "assert used" check since assertions are required in pytests
|
||||||
|
|
Loading…
Reference in a new issue