Added ignore paths to msvc analysis

merge-mining
SChernykh 2024-02-12 15:29:42 +01:00
parent 9289a8c40c
commit a5f8d4198b
1 changed files with 1 additions and 0 deletions

View File

@ -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