Skip to content

Commit

Permalink
Update bandit.yml (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov authored Jan 13, 2025
1 parent 46638e8 commit 37a76d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bandit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.11
- run: python -m pip install bandit
- run: python -m pip install bandit==1.8.0
- run: python -m bandit --recursive --configfile bandit.yml .

0 comments on commit 37a76d8

Please sign in to comment.