We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7898bf4 + 1e3cd66 commit 20a33d5Copy full SHA for 20a33d5
.github/workflows/tox-test.yml
@@ -71,7 +71,7 @@ jobs:
71
steps:
72
- uses: actions/checkout@v2
73
- name: Install RPM
74
- run: sudo apt-get install -y rpm
+ run: sudo apt-get install -y rpm libkrb5-dev
75
- name: Setup Python
76
uses: actions/setup-python@v2
77
with:
test-requirements.txt
@@ -2,3 +2,4 @@ pytest
2
mock
3
pushsource
4
rpm-py-installer
5
+bandit==1.7.5
tox.ini
@@ -43,5 +43,5 @@ testpaths = tests
43
44
45
[testenv:bandit]
46
-deps = bandit
+deps = -rtest-requirements.txt
47
commands = bandit -r . -ll --exclude './.tox,./misc/ci'
0 commit comments