Skip to content

Commit

Permalink
fix : bandit skips updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Sep 7, 2024
1 parent e20d403 commit 61d202e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Other tests
run: |
python -m vulture opem/ otherfile/ setup.py --min-confidence 65 --exclude=__init__.py --sort-by-size
python -m bandit -r opem -s B605, B607
python -m bandit -r opem -s B605,B607
python -m pydocstyle -v
if: matrix.python-version == env.TEST_PYTHON_VERSION && matrix.os == env.TEST_OS
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 61d202e

Please sign in to comment.