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 59c3fcc commit b067b0bCopy full SHA for b067b0b
.github/workflows/analyze_codeql.yml
@@ -99,7 +99,7 @@ jobs:
99
# Filter out rules with low severity or high false positve rate
100
# Also filter out warnings in third-party code
101
- name: Filter out unwanted errors and warnings
102
- uses: advanced-security/filter-sarif@v2
+ uses: advanced-security/filter-sarif@v1
103
with:
104
patterns: |
105
-**:cpp/path-injection
0 commit comments