Added ignore paths to msvc analysis
This commit is contained in:
1
.github/workflows/msvc-analysis.yml
vendored
1
.github/workflows/msvc-analysis.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user