Skip to content

Commit

Permalink
Added ignore paths to msvc analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
SChernykh committed Feb 12, 2024
1 parent 9289a8c commit a5f8d41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/msvc-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
buildConfiguration: ${{ env.config }}
# Ruleset file that will determine what checks will be run
ruleset: NativeRecommendedRules.ruleset
ignoredPaths: ${{ github.workspace }}/external

# Upload SARIF file to GitHub Code Scanning Alerts
- name: Upload SARIF to GitHub
Expand Down

0 comments on commit a5f8d41

Please sign in to comment.