Skip to content

Commit 9af0f57

Browse files
committed
disable bandit in github actions
1 parent 8ed27f9 commit 9af0f57

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
# working-directory: ./
3939
# run: make lint
4040

41-
- name: Security check with bandit
42-
working-directory: ./
43-
run: make secure
41+
# - name: Security check with bandit
42+
# working-directory: ./
43+
# run: make secure
4444

4545
# - name: Run tests with pytest
4646
# working-directory: ./

0 commit comments

Comments
 (0)