File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change
1
+ <PoliCheckExclusions >
2
+ <!-- https://eng.ms/docs/experiences-devices/customer-success-engineering/global/language-as-a-service/validationservices/policheck-for-microsoft/policheckclient/features/features#false-positive-management -->
3
+ <!-- exclude upstream sources -->
4
+ <Exclusion Type =" FolderPathFull" >bolt|clang|clang-tools-extra|compiler-rt|cross-project-tests|flang|libc|libcxx|lld|lldb|llvm|mlir|openmp|polly</Exclusion >
5
+ </PoliCheckExclusions >
Original file line number Diff line number Diff line change @@ -83,6 +83,9 @@ extends:
83
83
template : v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
84
84
parameters :
85
85
sdl :
86
+ policheck :
87
+ enabled : true
88
+ exclusionsFile : $(Build.SourcesDirectory)\.config\PoliCheckExclusions.xml
86
89
tsa :
87
90
enabled : true
88
91
codeql :
You can’t perform that action at this time.
0 commit comments