Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
sbws
Commits
41fa1480
Commit
41fa1480
authored
Mar 17, 2021
by
juga
Browse files
fix: tests: Additional security tests
parent
c662522e
Pipeline
#3990
failed with stage
in 17 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tox.ini
View file @
41fa1480
...
...
@@ -94,3 +94,14 @@ whitelist_externals = make
changedir
=
docs
commands
=
make
linkcheck
; Not included in the envlist, useful to run sometimes.
[testenv:bandit]
deps
=
bandit
; --skip B101 ; B101: assert_used
commands
=
bandit -r --exclude sbws/_version.py sbws/ test
; Requires Internet
[testenv:safety]
deps
=
safety
commands
=
safety check
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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