Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCartBlanche <savagesoftware@gmail.com>2020-08-02 17:58:43 +0300
committerCartBlanche <savagesoftware@gmail.com>2020-08-02 17:58:43 +0300
commit8db6bce2bb07f699365126c11261b0a5f7bf7aeb (patch)
tree08ffd8986e82d864e553cda9e760056cb3ca3a26
parent99510845c632275c2058ad084b110c46163b2165 (diff)
AddUserExclusion file.
-rw-r--r--UserExclusion.xml18
-rw-r--r--azure-pipelines.yaml2
2 files changed, 20 insertions, 0 deletions
diff --git a/UserExclusion.xml b/UserExclusion.xml
new file mode 100644
index 0000000..8f3fce2
--- /dev/null
+++ b/UserExclusion.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8"?>
+<PoliCheckExclusions>
+ <!-- NOTE: All names you provide must be in Upper Case, as apparently that is the string comparison PoliCheck does ¯\_(ツ)_/¯ -->
+
+ <!-- Each of these exclusions is a folder name - if \[name]\ exists in the file path, it will be skipped -->
+ <!--<Exclusion Type="FolderPathFull">ABC|XYZ</Exclusion>-->
+
+ <!-- Each of these exclusions is a folder name - if any folder or file starts with "\[name]", it will be
+ skipped -->
+ <!--<Exclusion Type="FolderPathStart">ABC|XYZ</Exclusion>-->
+
+ <!-- Each of these file types will be completely skipped for the entire scan -->
+ <!--<Exclusion Type="FileType">.ABC|.XYZ</Exclusion>-->
+
+ <!-- The specified file names will be skipped during the scan regardless which folder they are in -->
+ <!--<Exclusion Type="FileName">ABC.TXT|XYZ.CS</Exclusion>-->
+ <Exclusion Type="FileName">RESOURCES.ES.RESX</Exclusion>
+</PoliCheckExclusions> \ No newline at end of file
diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml
index 112a947..d3a0efc 100644
--- a/azure-pipelines.yaml
+++ b/azure-pipelines.yaml
@@ -45,6 +45,8 @@ stages:
steps:
- checkout: self
- template: security/policheck/v1.yml@templates
+ parameters:
+ UEPath: $(System.DefaultWorkingDirectory)/UserExclusion.xml
- task: securedevelopmentteam.vss-secure-development-tools.build-task-uploadtotsa.TSAUpload@1
displayName: 'TSA V2 upload to Xamarin.PropertyEditing_master'