Merge pull request #10 from cisagov/improvement/make_bandit_config_pass_yamllint

Make .bandit.yml pass yamllint
pull/113/head
Shane Frasier 5 years ago committed by GitHub
commit 76999e2466
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .bandit.yml

@ -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

Loading…
Cancel
Save