Skip to content

Commit 272015b

Browse files
committed
Merged PR 89516: Fix static analysis for official build
Fix static analysis for official build of CDPX. buddy build does not run static analysis
1 parent 5fd2dd5 commit 272015b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.pipelines/pipeline.user.windows.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,30 @@ artifact_publish_options:
1313
publish_to_pipeline_artifacts: true
1414
publish_to_cloudvault_artifacts: false
1515

16+
signing_options:
17+
profile: 'external_distribution'
18+
19+
static_analysis_options:
20+
moderncop_options:
21+
files_to_scan:
22+
- from: 'src\'
23+
include:
24+
- '**/*.*'
25+
26+
policheck_options:
27+
files_to_scan:
28+
- exclude:
29+
- 'demo\**\*' # Exclude path 'Localize'.
30+
- 'test\**\*'
31+
- 'node_modules\**\*'
32+
33+
binskim_options:
34+
files_to_scan:
35+
- exclude:
36+
- 'demo\**\*' # Exclude path 'Localize'.
37+
- 'test\**\*'
38+
- 'node_modules\**\*'
39+
1640
package_sources:
1741
npm:
1842
feeds:

0 commit comments

Comments
 (0)