Skip to content

Commit

Permalink
Merge pull request #10 from cisagov/improvement/make_bandit_config_pa…
Browse files Browse the repository at this point in the history
…ss_yamllint

Make .bandit.yml pass yamllint
  • Loading branch information
jsf9k authored May 6, 2019
2 parents c94b79d + eb4fbd7 commit 76999e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .bandit.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
# Configuration file for the Bandit python security scanner
# https://bandit.readthedocs.io/en/latest/config.html

# Tests are first included by `tests`, and then excluded by `skips`.
# 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

0 comments on commit 76999e2

Please sign in to comment.