forked from corona-warn-app/cwa-app-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wss-unified-agent.config
46 lines (37 loc) · 1.44 KB
/
wss-unified-agent.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
###############################################################
# WhiteSource Unified-Agent configuration file
###############################################################
# GENERAL SCAN MODE: Files and Package Managers
###############################################################
# Organization vitals
######################
apiKey=6971b2eec2d3420bad0caf173ec629f6a3c7d3ba63f3445ab99ffdbf1acfb1d0
projectName= CORONA-WARN IOS
projectVersion= 0.0.1
productName= DIST - MOB CORONA-WARN IOS
productVersion= 1.0
productToken=04245b8552354b76b17fe19aa4ce479d77b9180a2b3247f7b3727798eb86f764
# Change the below URL to your WhiteSource server.
# Use the 'WhiteSource Server URL' which can be retrieved
# from your 'Profile' page on the 'Server URLs' panel.
# Then, add the '/agent' path to it.
wss.url=https://saas.whitesourcesoftware.com/agent
############
# Policies #
############
checkPolicies=false
forceCheckAllDependencies=false
forceUpdate=false
forceUpdate.failBuildOnPolicyViolation=false
#updateInventory=false
###########
# General #
###########
ignoreSourceFiles=false
###########################################################################################
# Includes/Excludes Glob patterns - Please use only one exclude line and one include line #
###########################################################################################
includes=**/*.swift
excludes=**/*sources.jar **/*javadoc.jar
case.sensitive.glob=false
followSymbolicLinks=true