Skip to content

Commit e57da68

Browse files
author
Mathis Loussert
committed
Remove Bandit rules already check by Ruff
1 parent 2ff1069 commit e57da68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bandit_sonar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
excluded_paths: ./test/
2828
level: MEDIUM
2929
confidence: HIGH
30-
30+
skips: B101,B102,B103,B104,B105,B106,B107,B108,B110,B112,B113,B201,B202,B301,B302,B303,B304,B305,B306,B307,B308,B310,B311,B312,B313,B314,B315,B316,B317,B318,B319,B321,B323,B324,B501,B502,B503,B504,B505,B506,B507,B508,B509,B601,B602,B603,B604,B605,B606,B607,B608,B609,B610,B611,B612,B701,B702,B704
3131
- name: Upload SARIF file to GitHub
3232
uses: github/codeql-action/upload-sarif@v3
3333
with:

0 commit comments

Comments
 (0)