Skip to content

Commit

Permalink
Update SARIF filter and name formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks authored Dec 27, 2024
1 parent 3cda588 commit 9326ca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ jobs:
category: "/language:c-cpp"
output: sarif-results
upload: failure-only
- name: filter-sarif
- name: Filter SARIF
if: ${{ (matrix.os == 'ubuntu') && (matrix.arch == 'x64') && (matrix.link == 'shared') }}
uses: advanced-security/filter-sarif@v1
with:
patterns: -msquic/**
patterns: -**/msquic/**
input: sarif-results/cpp.sarif
output: sarif-results/cpp.sarif
- name: Upload SARIF
Expand Down

0 comments on commit 9326ca9

Please sign in to comment.