Skip to content

Commit 6a29431

Browse files
authored
Add WhiteSource config for Mend scans (#1799)
1 parent e84273c commit 6a29431

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.whitesource

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"settingsInheritedFrom": "whitesource-config/whitesource-config@master",
3+
"scanSettings": {
4+
"configMode": "LOCAL"
5+
}
6+
}

whitesource.config

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Includes/Excludes Glob patterns - Please use only one exclude line and one include line #
2+
###########################################################################################
3+
#Exclude file extensions or specific directories by adding **/*.<extension> or **/<excluded_dir>/**
4+
excludes = **/src/test **/src/it
5+
archiveExcludes = **/*.war **/*.ear

0 commit comments

Comments
 (0)