Adding GeoPol configuration file
This commit is contained in:
AdamWalkerMicrosoft 2018-11-02 10:01:55 +02:00 коммит произвёл GitHub
Родитель 4ec1e815d7
Коммит b0f45e19d7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 29 добавлений и 0 удалений

29
GeoPol.xml Normal file
Просмотреть файл

@ -0,0 +1,29 @@
<!-- 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 in the 'health-localization' repo under the LocBuild\GeoPolitical folder(S) -->
<!DOCTYPE varsdefined [
<!ENTITY GitReposFolder "C:\GITs\Repos">
<!ENTITY GitRepoName "HealthBOT">
]>
<GeoPol_Folders>
<!-- List of Folders to include for GeoPolitical scanning -->
<SourceGitFolder>&GitReposFolder;\AInR_NExT\&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>GeoPol.xml</ExcludeFolder>
</Component>
</GeoPol_Folders>