forked from microsoft/InnerEye-DeepLearning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GeoPol.xml
29 lines (27 loc) · 1.36 KB
/
GeoPol.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!--
~ ------------------------------------------------------------------------------------------
~ Copyright (c) Microsoft Corporation. All rights reserved.
~ Licensed under the MIT License (MIT). See LICENSE in the repo root for license information.
~ ------------------------------------------------------------------------------------------
-->
<!-- List of Include Files and folders and exception lists for this repo for GeoPolitical scanning. Contact Joerow for detail. -->
<!-- This file is consumed by PowerShell scripts -->
<!DOCTYPE varsdefined [
<!ENTITY GitReposFolder "C:\GITs\Repos">
<!ENTITY GitRepoName "InnerEye-DeepLearning">
]>
<GeoPol_Folders>
<!-- List of Folders to include for GeoPolitical scanning -->
<SourceGitFolder>&GitReposFolder;\github\&GitRepoName;</SourceGitFolder>
<GitRepoName>&GitRepoName;</GitRepoName>
<Component Include="List here folders to Include in a GeoPol Scan">
<!-- . means the entire repo -->
<IncludeFolder>.</IncludeFolder>
</Component>
<Component Exclude="List exceptions here to not be scanned, that have been included above">
<ExcludeFolder>.gitignore</ExcludeFolder>
<ExcludeFolder>THIRDPARTYNOTICES.md</ExcludeFolder>
<ExcludeFolder>GeoPol.xml</ExcludeFolder>
<ExcludeFolder>*.nii.gz</ExcludeFolder>
</Component>
</GeoPol_Folders>