Skip to content

Commit

Permalink
Ignore Build Directory for CodeQL (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
nibanks authored Dec 30, 2024
1 parent 756317f commit 99624aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ jobs:
if: ${{ (matrix.os == 'ubuntu') && (matrix.arch == 'x64') && (matrix.link == 'shared') }}
uses: advanced-security/filter-sarif@f3b8118a9349d88f7b1c0c488476411145b6270d
with:
patterns: -msquic/**/*
patterns: |
-msquic/**/*
-build/**/*
input: sarif-results/cpp.sarif
output: sarif-results/cpp.sarif
- name: Upload SARIF
Expand Down

0 comments on commit 99624aa

Please sign in to comment.