From a5f8d4198b9121bd24675bdc90bc2d681c1ac244 Mon Sep 17 00:00:00 2001 From: SChernykh <15806605+SChernykh@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:29:42 +0100 Subject: [PATCH] Added ignore paths to msvc analysis --- .github/workflows/msvc-analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/msvc-analysis.yml b/.github/workflows/msvc-analysis.yml index ff92a38..9128750 100644 --- a/.github/workflows/msvc-analysis.yml +++ b/.github/workflows/msvc-analysis.yml @@ -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