From b0d4a75ced2294ee3d8905943cf9a4db6ca48660 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Wed, 17 Jan 2024 16:52:03 +0100 Subject: [PATCH] Exclude the chromium source code from PoliCheck --- PoliCheckExclusions.xml | 11 +++++++++++ pipeline.yml | 2 ++ 2 files changed, 13 insertions(+) create mode 100644 PoliCheckExclusions.xml diff --git a/PoliCheckExclusions.xml b/PoliCheckExclusions.xml new file mode 100644 index 0000000..76dae39 --- /dev/null +++ b/PoliCheckExclusions.xml @@ -0,0 +1,11 @@ + + + + DEPS + + + + + + + diff --git a/pipeline.yml b/pipeline.yml index c3a3a85..c4b24d8 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -50,3 +50,5 @@ extends: displayName: Test publishPackage: ${{ parameters.publishPackage }} + + policheckExclusionsFile: '$(Build.SourcesDirectory)/PoliCheckExclusions.xml'