Skip to content

Commit

Permalink
Add WhiteSource config for Mend scans
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbsox committed Feb 27, 2024
1 parent 757c633 commit 7e3d694
Show file tree
Hide file tree
Showing 2 changed files with 25 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"
}
}
19 changes: 19 additions & 0 deletions whitesource.config
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

0 comments on commit 7e3d694

Please sign in to comment.