/ wss-unified-agent.config
wss-unified-agent.config
1 ############################################################### 2 # WhiteSource Unified-Agent configuration file 3 ############################################################### 4 # GENERAL SCAN MODE: Files and Package Managers 5 ############################################################### 6 # Organization vitals 7 ###################### 8 apiKey=WS_APIKEY 9 projectName=__PROJECT_NAME__ 10 projectToken= 11 productName=__PROJECT_NAME__ 12 productToken= 13 # Change the below URL to your WhiteSource server. 14 # Use the 'WhiteSource Server URL' which can be retrieved 15 # from your 'Profile' page on the 'Server URLs' panel. 16 # Then, add the '/agent' path to it. 17 wss.url=https://saas.whitesourcesoftware.com/agent 18 ############ 19 # Policies # 20 ############ 21 checkPolicies=false 22 forceCheckAllDependencies=false 23 forceUpdate=false 24 forceUpdate.failBuildOnPolicyViolation=false 25 ########### 26 # General # 27 ########### 28 offline=false 29 ######################################## 30 # Package Manager Dependency resolvers # 31 ######################################## 32 resolveAllDependencies=false 33 npm.resolveDependencies=false 34 python.resolveDependencies=true 35 python.ignoreSourceFiles=true 36 python.ignorePipInstallErrors=true 37 python.installVirtualenv=true 38 python.resolveHierarchyTree=false 39 python.requirementsFileIncludes=requirements.txt 40 python.resolveSetupPyFiles=false 41 python.runPipenvPreStep=false 42 python.pipenvDevDependencies=false 43 python.IgnorePipenvInstallErrors=false 44 includes=**/*.whl 45 #Exclude file extensions or specific directories by adding **/*.<extension> or **/<excluded_dir>/** 46 excludes= **/.git/** **/.git **/*.config **/node_modules/** **/node_modules 47 case.sensitive.glob=false 48 followSymbolicLinks=true