Skip to content

Commit

Permalink
Add WhiteSource config for Mend scans (#1799)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbsox committed Feb 28, 2024
1 parent e84273c commit 6a29431
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"settingsInheritedFrom": "whitesource-config/whitesource-config@master",
"scanSettings": {
"configMode": "LOCAL"
}
}
5 changes: 5 additions & 0 deletions whitesource.config
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

0 comments on commit 6a29431

Please sign in to comment.