-
Notifications
You must be signed in to change notification settings - Fork 51
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
25 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,19 @@ | ||
# https://whitesource.atlassian.net/wiki/spaces/WD/pages/1781760001/Unified+Agent+Configuration+Parameters+for+Native+Integrations | ||
# This config file has been created from the above link and is used in all WS Native Repo Integrations by default | ||
# This file is meant to be used as a template when switching from AUTO to LOCAL configMode in the .whitesource file | ||
|
||
maven.ignoreSourceFiles=true | ||
maven.ignoreMvnTreeErrors=true | ||
|
||
gradle.ignoreSourceFiles=true | ||
gradle.runPreStep=true | ||
|
||
includes=**/*.c,**/*.cc,**/*.cp,**/*.cpp,**/*.cxx,**/*.c\+\+,**/*.h,**/*.hh,**/*.hpp,**/*.hxx,**/*.h\+\+,**/*.m,**/*.mm,**/*.pch,**/*.c#,**/*.cs,**/*.csharp,**/*.go,**/*.goc,**/*.js,**/*.pl,**/*.plx,**/*.pm,**/*.ph,**/*.cgi,**/*.fcgi,**/*.pod,**/*.psgi,**/*.al,**/*.perl,**/*.t,**/*.pl6,**/*.p6m,**/*.p6l,**/*.pm6,**/*.nqp,**/*.6pl,**/*.6pm,**/*.p6,**/*.php,**/*.py,**/*.rb,**/*.swift,**/*.java,**/*.clj,**/*.cljx,**/*.cljs,**/*.cljc,**/*.jar,**/*.egg,**/*.dll,**/*.tar.gz,**/*.tgz,**/*.zip,**/*.whl,**/*.gem,**/*.apk,**/*.air,**/*.dmg,**/*.exe,**/*.gem,**/*.gzip,**/*.msi,**/*.nupkg,**/*.swc,**/*.swf,**/*.tar.bz2,**/*.pkg.tar.xz,**/*.(u)?deb,**/*.(a)?rpm | ||
|
||
archiveExtractionDepth=0 | ||
archiveIncludes=**/*.zip,**/*.whl,**/*.tar.gz,**/*.tgz,**/*.tar,**/*.car,**/*.jar | ||
# 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/it **/src/test | ||
archiveExcludes = **/*.war **/*.ear |