diff --git a/.whitesource b/.whitesource new file mode 100644 index 00000000..882cda5e --- /dev/null +++ b/.whitesource @@ -0,0 +1,6 @@ +{ + "settingsInheritedFrom": "whitesource-config/whitesource-config@master", + "scanSettings": { + "configMode": "LOCAL" + } +} \ No newline at end of file diff --git a/whitesource.config b/whitesource.config new file mode 100644 index 00000000..5c09e42b --- /dev/null +++ b/whitesource.config @@ -0,0 +1,5 @@ +# Includes/Excludes Glob patterns - Please use only one exclude line and one include line # +########################################################################################### +#Exclude file extensions or specific directories by adding **/*. or **//** +excludes = **/src/test +archiveExcludes = **/*.war **/*.ear \ No newline at end of file