Skip to content

Commit

Permalink
Enable Policheck
Browse files Browse the repository at this point in the history
  • Loading branch information
akoeplinger authored and radekdoulik committed Sep 19, 2024
1 parent 688e008 commit c703ef3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .config/PoliCheckExclusions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<PoliCheckExclusions>
<!-- https://eng.ms/docs/experiences-devices/customer-success-engineering/global/language-as-a-service/validationservices/policheck-for-microsoft/policheckclient/features/features#false-positive-management -->
<!-- exclude upstream sources -->
<Exclusion Type="FolderPathFull">bolt|clang|clang-tools-extra|compiler-rt|cross-project-tests|flang|libc|libcxx|lld|lldb|llvm|mlir|openmp|polly</Exclusion>
</PoliCheckExclusions>
3 changes: 3 additions & 0 deletions eng/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ extends:
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
parameters:
sdl:
policheck:
enabled: true
exclusionsFile: $(Build.SourcesDirectory)\.config\PoliCheckExclusions.xml
tsa:
enabled: true
codeql:
Expand Down

0 comments on commit c703ef3

Please sign in to comment.