1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-11-22 16:40:48 +00:00

Merge pull request #10 from cisagov/improvement/make_bandit_config_pass_yamllint

Make .bandit.yml pass yamllint
This commit is contained in:
Shane Frasier 2019-05-06 11:26:16 -04:00 committed by GitHub
commit 76999e2466
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,4 @@
---
# Configuration file for the Bandit python security scanner
# https://bandit.readthedocs.io/en/latest/config.html
@ -5,8 +6,8 @@
# If `tests` is empty, all tests are are considered included.
tests:
#- B101
#- B102
# - B101
# - B102
skips:
#- B101 # skip "assert used" check since assertions are required in pytests
# - B101 # skip "assert used" check since assertions are required in pytests