Skip to content

Commit

Permalink
Set up security scanning with bandit
Browse files Browse the repository at this point in the history
There are warnings about urllib that can only be ignored (or calls
removed).
  • Loading branch information
lubomir committed Dec 1, 2023
1 parent b751169 commit 98fc1f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ deps =
pytest
six
commands = pytest {posargs}

[testenv:bandit]
skipsdist = True
deps = bandit
commands = bandit -r productmd -s B310,B323

0 comments on commit 98fc1f6

Please sign in to comment.