forked from Seagate/cortx-ha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
whitesource.config
42 lines (33 loc) · 1.59 KB
/
whitesource.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
###############################################################
# WhiteSource configuration file
###############################################################
# GENERAL SCAN MODE: Files and Package Managers
###############################################################
# Organization vitals
######################
#wss.connectionTimeoutMinutes=60
# 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=true
###########################################################################################
# Includes/Excludes Glob patterns - Please use only one exclude line and one include line #
###########################################################################################
includes=**/*.c **/*.cc **/*.cp **/*.cpp **/*.cxx **/*.c++ **/*.h **/*.hpp **/*.hxx **/*.py
includes=**/*.tgz **/*.deb **/*.gzip **/*.rpm **/*.tar.bz2
#Exclude file extensions or specific directories by adding **/*.<extension> or **/<excluded_dir>/**
excludes=**/jenkins/requirements.txt **/jenkins/pyinstaller/v1/requirements.txt **/jenkins/pyinstaller/v2/requirements.txt
case.sensitive.glob=false
followSymbolicLinks=true
# Linux package manager settings
################################
scanPackageManager=false