Skip to content

Commit 20a33d5

Browse files
authored
Merge pull request #22 from jm-wk/personal/bandit-version
Pin bandit version
2 parents 7898bf4 + 1e3cd66 commit 20a33d5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/tox-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
- uses: actions/checkout@v2
7373
- name: Install RPM
74-
run: sudo apt-get install -y rpm
74+
run: sudo apt-get install -y rpm libkrb5-dev
7575
- name: Setup Python
7676
uses: actions/setup-python@v2
7777
with:

test-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ pytest
22
mock
33
pushsource
44
rpm-py-installer
5+
bandit==1.7.5

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ testpaths = tests
4343

4444

4545
[testenv:bandit]
46-
deps = bandit
46+
deps = -rtest-requirements.txt
4747
commands = bandit -r . -ll --exclude './.tox,./misc/ci'

0 commit comments

Comments
 (0)