We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff1069 commit e57da68Copy full SHA for e57da68
.github/workflows/bandit_sonar.yaml
@@ -27,7 +27,7 @@ jobs:
27
excluded_paths: ./test/
28
level: MEDIUM
29
confidence: HIGH
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
31
- name: Upload SARIF file to GitHub
32
uses: github/codeql-action/upload-sarif@v3
33
with:
0 commit comments