-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add WhiteSource config for Mend scans
- Loading branch information
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"settingsInheritedFrom": "whitesource-config/whitesource-config@master", | ||
"scanSettings": { | ||
"configMode": "LOCAL" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 **/*.<extension> or **/<excluded_dir>/** | ||
excludes = **/src/test **/src/it | ||
archiveExcludes = **/*.war **/*.ear |