Skip to content

Commit

Permalink
Remove spurious bandit warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhelle committed Oct 20, 2024
1 parent 44eff79 commit 91e44e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
if: ${{ always() }}
- name: bandit
run: |
bandit -x tests -r -s B303,B404,B603,B607,B608 msticpy
bandit -x tests -r -s B303,B404,B603,B607,B608,B113 msticpy
if: ${{ always() }}
- name: flake8
run: |
Expand Down

0 comments on commit 91e44e0

Please sign in to comment.