basic security checks with bandit
Fixes: https://pagure.io/koji/issue/3042
This commit is contained in:
parent
0e2ebb4e25
commit
ba2e1e520b
13 changed files with 42 additions and 29 deletions
3
Makefile
3
Makefile
|
|
@ -129,6 +129,9 @@ pypi-upload:
|
|||
flake8:
|
||||
tox -e flake8
|
||||
|
||||
bandit:
|
||||
tox -e bandit
|
||||
|
||||
tag::
|
||||
git tag -a $(TAG)
|
||||
@echo "Tagged with: $(TAG)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue