Skip to content

Commit

Permalink
Merge pull request #22 from jm-wk/personal/bandit-version
Browse files Browse the repository at this point in the history
Pin bandit version
  • Loading branch information
rohanpm authored Apr 19, 2023
2 parents 7898bf4 + 1e3cd66 commit 20a33d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tox-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install RPM
run: sudo apt-get install -y rpm
run: sudo apt-get install -y rpm libkrb5-dev
- name: Setup Python
uses: actions/setup-python@v2
with:
Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ pytest
mock
pushsource
rpm-py-installer
bandit==1.7.5
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ testpaths = tests


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

0 comments on commit 20a33d5

Please sign in to comment.