We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8420231 commit 1ffeba8Copy full SHA for 1ffeba8
.azure-pipelines/compliance/PoliCheckExclusions.xml
@@ -1,6 +1,6 @@
1
<PoliCheckExclusions>
2
<!--Each of these exclusions is a folder name -if \[name]\exists in the file path, it will be skipped -->
3
- <Exclusion Type="FolderPathFull">NODE_MODULES</Exclusion>
+ <Exclusion Type="FolderPathFull">NODE_MODULES|DIST</Exclusion>
4
<!--Each of these exclusions is a folder name -if any folder or file starts with "\[name]", it will be skipped -->
5
<!--<Exclusion Type="FolderPathStart">ABC|XYZ</Exclusion>-->
6
<!--Each of these file types will be completely skipped for the entire scan -->
0 commit comments