Skip to content

Commit

Permalink
Extend the policheck exclusion list to include dist (#2202)
Browse files Browse the repository at this point in the history
* Extend the policheck exclusion list to include dist

* Only add DIST
  • Loading branch information
JasonYeMSFT authored Oct 12, 2023
1 parent 8420231 commit 1ffeba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/compliance/PoliCheckExclusions.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<PoliCheckExclusions>
<!--Each of these exclusions is a folder name -if \[name]\exists in the file path, it will be skipped -->
<Exclusion Type="FolderPathFull">NODE_MODULES</Exclusion>
<Exclusion Type="FolderPathFull">NODE_MODULES|DIST</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 -->
Expand Down

0 comments on commit 1ffeba8

Please sign in to comment.