forked from Seagate/cortx-s3server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhitesource.config
37 lines (31 loc) · 1.64 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
###############################################################
# WhiteSource configuration file
###############################################################
# GENERAL SCAN MODE: Files and Package Managers
###############################################################
# Organization vitals
###############################################################
# 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
#Exclude file extensions or specific directories by adding **/*.<extension> or **/<excluded_dir>/**
excludes=**/*requirements.txt **/st/** **/auth-utils/** **/third_party/motr/** **/third_party/jsoncpp/** **/ut/** **/ut_death_tests/** **/s3backgrounddelete/ut/** **/s3cortxutils/s3confstore/ut/** **/scripts/compatibility-test/** **/docs/swagger/**
case.sensitive.glob=false
followSymbolicLinks=true
# Linux package manager settings
################################
scanPackageManager=false