-
Notifications
You must be signed in to change notification settings - Fork 4
/
whitesource.config
61 lines (44 loc) · 2.2 KB
/
whitesource.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# 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
# additional modifications compared to link
# npm.includeDevDependencies=false (this is the default agent behavior)
# nuget.restoreDependencies=true
# changed excludes = **/test*/**
maven.runPreStep=true
maven.ignoreSourceFiles=true
maven.ignoreMvnTreeErrors=true
gradle.ignoreSourceFiles=true
gradle.runPreStep=true
npm.runPreStep=true
npm.ignoreNpmLsErrors=true
npm.yarnProject=false
bower.runPreStep=true
bower.ignoreSourceFiles=true
nuget.runPreStep=true
nuget.restoreDependencies=true
python.ignorePipInstallErrors=true
python.installVirtualenv=true
python.resolveSetupPyFiles=true
python.runPipenvPreStep=true
python.pipenvDevDependencies=true
python.IgnorePipenvInstallErrors=true
python.runPoetryPreStep=true
go.collectDependenciesAtRuntime=true
go.ignoreSourceFiles=true
sbt.runPreStep=true
r.runPreStep=true
r.cranMirrorUrl=https://cloud.r-project.org/
php.runPreStep=true
php.includeDevDependencies=true
ruby.installMissingGems=true
ruby.runBundleInstall=true
cocoapods.runPreStep=true
hex.runPreStep=true
haskell.runPreStep=true
haskell.ignorePreStepErrors=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
excludes=**/*sources.jar **/*javadoc.jar **/test*/**
archiveExtractionDepth=2
archiveIncludes=**/*war **/*ear **/*zip **/*whl **/*tar.gz **/*tgz **/*tar **/*car
archiveExcludes=**/*sources.jar **/*javadoc.jar **/test*/**