Start adding hyperlinks to the tool's homepages.
This commit is contained in:
parent
be71ddadde
commit
1028f74de9
3 changed files with 10 additions and 2 deletions
1
tools.py
1
tools.py
|
|
@ -460,6 +460,7 @@ def bandit(path):
|
|||
text_without_timestamp = "".join(text.splitlines(keepends=True)[2:])
|
||||
return status, fill3.Text(text_without_timestamp)
|
||||
bandit.dependencies = {"python-bandit", "python3-bandit"}
|
||||
bandit.url = "http://wiki.openstack.org/wiki/Security/Project/Bandit"
|
||||
|
||||
|
||||
def _perl_version(path):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue