Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
rename to bandit config file name
Browse files Browse the repository at this point in the history
there is no default defined yet: PyCQA/bandit#318
use the openstack default for now
  • Loading branch information
fkromer committed Oct 29, 2018
1 parent 7546388 commit a6cf841
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ commands =
[testenv:bandit]
description = 'Execute static analysis with bandit (security vulnerabilities).'
commands =
pipenv run bandit -c bandit.ini -r tia
pipenv run bandit -c bandit.yaml -r tia

[testenv:pyt]
description = 'Execute static analysis with pyt aka python-taint (security vulnerabilities).'
Expand Down

0 comments on commit a6cf841

Please sign in to comment.