Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Update to whitesource configuration to enable scan (#612)
Browse files Browse the repository at this point in the history
* Update to whitesource configuration to enable scan

This update contains, adding 2 files related to whitesource configuration
1 - .whitesource.
2 - whitesource.config

* Update configurations to enable whitesource scan

It contains adding 2 files

- .whitesource
- whitesource.config
  • Loading branch information
swanand-gadre committed Nov 15, 2021
1 parent 57141ff commit f66348c
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"scanSettings": {
"configMode": "LOCAL",
"baseBranches": ["main", "kubernetes"]
},
"checkRunSettings": {
"displayMode": "diff",
"vulnerableCheckRunConclusionLevel": "failure"
},
"issueSettings": {
"minSeverityLevel": "NONE"
}
}
34 changes: 34 additions & 0 deletions whitesource.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
###############################################################
# 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

case.sensitive.glob=false
followSymbolicLinks=true

# Linux package manager settings
################################
scanPackageManager=false

0 comments on commit f66348c

Please sign in to comment.