浏览代码
Update analyze_codeql.yml
pull/5236/merge
Ray
4 天前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: B5690EEEBB952194
共有
1 个文件被更改,包括
1 次插入 和
1 次删除
-
.github/workflows/analyze_codeql.yml
|
|
@ -99,7 +99,7 @@ jobs: |
|
|
|
# Filter out rules with low severity or high false positve rate |
|
|
|
# Also filter out warnings in third-party code |
|
|
|
- name: Filter out unwanted errors and warnings |
|
|
|
uses: advanced-security/filter-sarif@v2 |
|
|
|
uses: advanced-security/filter-sarif@v1 |
|
|
|
with: |
|
|
|
patterns: | |
|
|
|
-**:cpp/path-injection |
|
|
|