diff --git a/.whitesource b/.whitesource new file mode 100644 index 0000000..882cda5 --- /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 0000000..1837c58 --- /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 **/src/it +archiveExcludes = **/*.war **/*.ear \ No newline at end of file