-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathwss-unified-agent.config
More file actions
34 lines (27 loc) · 1021 Bytes
/
wss-unified-agent.config
File metadata and controls
34 lines (27 loc) · 1021 Bytes
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
# WhiteSource documentation https://whitesource.atlassian.net/wiki/spaces/WD/pages/1544880156/Unified+Agent+Configuration+Parameters
excludes=**/*it-* **/*test*
fileSystemScan=False
resolveAllDependencies=False
gradle.resolveDependencies=True
gradle.aggregateModules=True
gradle.preferredEnvironment=wrapper
gradle.innerModulesAsDependencies=True
gradle.ignoredConfigurations=.*it.*
gradle.excludeModules=.*it.*
npm.includeDevDependencies=False
npm.resolveDependencies=True
npm.resolveLockFile=False
npm.runPreStep=False
npm.yarnProject=True
python.resolveDependencies = true
python.runPipenvPreStep=true
python.IgnorePipenvInstallErrors=false
python.pipenvDevDependencies=true
python.includePipenvDevDependencies=true
case.sensitive.glob=false
archiveIncludes=**/*.jar
wss.url=https://saas-eu.whitesourcesoftware.com/agent
forceUpdate=true
checkPolicies=true
# SC-9745: Remove the build failure in the context of the reporting bug. Once solved this could be put back.
forceUpdate.failBuildOnPolicyViolation=false