-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwss-unified-agent.config
47 lines (47 loc) · 1.56 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
47
###############################################################
# WhiteSource Unified-Agent configuration file
###############################################################
# GENERAL SCAN MODE: Files and Package Managers
###############################################################
# Organization vitals
######################
apiKey=WS_APIKEY
projectName=__PROJECT_NAME__
projectToken=
productName=__PROJECT_NAME__
productToken=
# 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
###########
# General #
###########
offline=false
########################################
# Package Manager Dependency resolvers #
########################################
resolveAllDependencies=true
python.resolveDependencies=true
python.ignoreSourceFiles=true
python.ignorePipInstallErrors=false
python.installVirtualenv=true
python.resolveHierarchyTree=false
python.requirementsFileIncludes=requirements.txt
python.resolveSetupPyFiles=false
python.runPipenvPreStep=false
python.pipenvDevDependencies=false
python.IgnorePipenvInstallErrors=false
includes=**/*.whl
#Exclude file extensions or specific directories by adding **/*.<extension> or **/<excluded_dir>/**
excludes= **/.git/** **/.git **/*.config
case.sensitive.glob=false
followSymbolicLinks=true