Skip to content

Commit

Permalink
move config
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Oct 20, 2023
1 parent e0b0238 commit 05fd828
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .bandit

This file was deleted.

8 changes: 8 additions & 0 deletions .bandit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# https://bandit.readthedocs.io

exclude_dirs:
- docs
- .venv

skips:
- B101
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ commands =

[testenv:bandit]
commands =
poetry run bandit --ini .bandit -v -r cyclonedx examples tools
poetry run bandit -c .bandit.yaml -v


0 comments on commit 05fd828

Please sign in to comment.