Skip to content

Commit 0469952

Browse files
committed
Remove bandit checks. Will be covered by ni-python-styleguide soon
1 parent 2c82d44 commit 0469952

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

workflows/analyze-project.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ jobs:
6868
run: poetry run mypy
6969
- name: Mypy static analysis (Windows)
7070
run: poetry run mypy --platform win32
71-
# Assumes there are 'targets' in pyproject.toml for Bandit
72-
- name: Bandit security checks
73-
run: poetry run bandit -c pyproject.toml -r
7471
- name: Add virtualenv to the path for pyright-action
7572
run: echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
7673
- name: Pyright static analysis (Linux)

0 commit comments

Comments
 (0)