소스 검색
Update analyze_codeql.yml
pull/5232/head
Ray
4 일 전
committed by
Saksham Goyal
No known key found for this signature in database
GPG 키 ID: 287D96BB5977A168
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 |
|
|
|