diff options
author | Tobias Trabelsi <64127335+tobias-trabelsi-sonarsource@users.noreply.github.com> | 2022-02-08 14:48:09 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-02-08 20:03:05 +0000 |
commit | 89a8e12f5d738da62d0a409f33f12969a7d8e89d (patch) | |
tree | 52ec280d98a708625c6c08ddc873eec9e711c580 /wss-unified-agent.config | |
parent | 13d4479ef3908f7239619440d848f7c7dac60cf1 (diff) | |
download | sonarqube-89a8e12f5d738da62d0a409f33f12969a7d8e89d.tar.gz sonarqube-89a8e12f5d738da62d0a409f33f12969a7d8e89d.zip |
BUILD-1347 added whitesource scan
Diffstat (limited to 'wss-unified-agent.config')
-rw-r--r-- | wss-unified-agent.config | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/wss-unified-agent.config b/wss-unified-agent.config new file mode 100644 index 00000000000..2ec6d0e3bc7 --- /dev/null +++ b/wss-unified-agent.config @@ -0,0 +1,25 @@ +# WhiteSource documentation https://whitesource.atlassian.net/wiki/spaces/WD/pages/1544880156/Unified+Agent+Configuration+Parameters + +excludes=**/*it-* **/*test* +includes=**/*.java **/*.js **/*.ts +fileSystemScan=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 + +case.sensitive.glob=false +archiveIncludes=**/*.jar + +forceUpdate=true +checkPolicies=true +forceUpdate.failBuildOnPolicyViolation=true |