mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-11-16 15:57:39 +00:00
Added ignore paths to msvc analysis
This commit is contained in:
parent
9289a8c40c
commit
a5f8d4198b
1 changed files with 1 additions and 0 deletions
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
|
||||
|
|
Loading…
Reference in a new issue