Skip to content

Commit 1ffeba8

Browse files
authoredOct 12, 2023
Extend the policheck exclusion list to include dist (#2202)
* Extend the policheck exclusion list to include dist * Only add DIST
1 parent 8420231 commit 1ffeba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.azure-pipelines/compliance/PoliCheckExclusions.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<PoliCheckExclusions>
22
<!--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>
3+
<Exclusion Type="FolderPathFull">NODE_MODULES|DIST</Exclusion>
44
<!--Each of these exclusions is a folder name -if any folder or file starts with "\[name]", it will be skipped -->
55
<!--<Exclusion Type="FolderPathStart">ABC|XYZ</Exclusion>-->
66
<!--Each of these file types will be completely skipped for the entire scan -->

0 commit comments

Comments
 (0)
Please sign in to comment.