Skip to content

Commit

Permalink
Bandit false positive - version pinning for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcodes committed Mar 3, 2022
1 parent 12ce7de commit 300d403
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 @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install bandit
python -m pip install bandit==1.7.0
pip install -r requirements.txt
- name: Analyze package with bandit
run: |
Expand Down

0 comments on commit 300d403

Please sign in to comment.