Skip to content

Commit

Permalink
try to use sarif filter
Browse files Browse the repository at this point in the history
  • Loading branch information
linxie47 committed Dec 17, 2024
1 parent 5308224 commit 89d24b8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ name: "CodeQL Advanced"
on:
push:
branches: [ "master" ]
paths-ignore:
- '**/*.md'
- '**/*.txt'
pull_request:
branches: [ "master" ]
paths-ignore:
Expand Down Expand Up @@ -100,3 +103,10 @@ jobs:
uses: github/codeql-action/analyze@b611370bb5703a7efb587f9d136a52ea24c5c38c # v3.25.11
with:
category: "/language:${{matrix.language}}"

- name: filter-sarif
uses: advanced-security/filter-sarif@v1
with:
paths-ignore:
- '**/ffmpeg*'
- '**/openvino*'

0 comments on commit 89d24b8

Please sign in to comment.