Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenStack
oslo
python-oslo.metrics
Commits
b248a1fc
Commit
b248a1fc
authored
Jul 16, 2021
by
Zuul
Committed by
Gerrit Code Review
Jul 16, 2021
Browse files
Merge "Enable bandit"
parents
c1f8ff91
86e1bb1f
Changes
2
Hide whitespace changes
Inline
Side-by-side
test-requirements.txt
View file @
b248a1fc
...
...
@@ -4,5 +4,5 @@
hacking
>=3.0.1,<3.1.0 # Apache-2.0
oslotest
>=3.2.0 # Apache-2.0
# Bandit security code scanner
bandit
>=1.
1
.0,<1.
6
.0 # Apache-2.0
bandit
>=1.
6
.0,<1.
7
.0 # Apache-2.0
stestr
>=2.0.0 # Apache-2.0
tox.ini
View file @
b248a1fc
...
...
@@ -18,8 +18,7 @@ commands =
deps
=
{[testenv]deps}
commands
=
flake8
# Run security linter (deactivated as it fails on tmpdir issue right now)
# bandit -r oslo_metrics -x tests -n5
bandit
-r
oslo_metrics
-x
tests
-n5
[testenv:venv]
commands
=
{posargs}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment