Skip to content

Commit

Permalink
Temporarily disable Bandit, which depends on GitPython
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmdln committed Dec 20, 2022
1 parent 51acfa4 commit 8d0c210
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 128 deletions.
150 changes: 30 additions & 120 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 9 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ netaddr = "^0.8"
[tool.poetry.group.ansible-lint.dependencies]
ansible-lint = "^6.8.7"

[tool.poetry.group.bandit.dependencies]
bandit = { version = "^1.7.4", extras = ["toml"] }
# [tool.poetry.group.bandit.dependencies]
# bandit = { version = "^1.7.4", extras = ["toml"] }
# gitpython = ">3.1.29"

[tool.poetry.group.flake8.dependencies]
black = "^22.10.0"
Expand Down Expand Up @@ -90,7 +91,7 @@ legacy_tox_ini = """
[tox]
envlist =
ansible-lint
bandit
#bandit
flake8
mypy
pip-audit
Expand Down Expand Up @@ -125,11 +126,11 @@ commands =
{toxinidir}/site-sysupgrade.yml
deps = ansible-lint
[testenv:bandit]
commands =
poetry run bandit --version
poetry run bandit -qrc {toxinidir}/pyproject.toml {toxinidir}/plugins/modules/
deps = bandit
# [testenv:bandit]
# commands =
# poetry run bandit --version
# poetry run bandit -qrc {toxinidir}/pyproject.toml {toxinidir}/plugins/modules/
# deps = bandit
[testenv:flake8]
commands =
Expand Down

0 comments on commit 8d0c210

Please sign in to comment.