Skip to content

Commit 2b9cf2f

Browse files
brian-husseyjonpspri
authored andcommitted
Bh/update whitesource config (#4004)
* Update whitesource config to include specifically what we package for release Signed-off-by: Brian Hussey <brian.hussey@ie.ibm.com> * Update latest secrets Signed-off-by: Brian Hussey <brian.hussey@ie.ibm.com> --------- Signed-off-by: Brian Hussey <brian.hussey@ie.ibm.com>
1 parent 7f56c72 commit 2b9cf2f

2 files changed

Lines changed: 23 additions & 3 deletions

File tree

.secrets.baseline

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "package-lock.json|Cargo.lock|^.secrets.baseline$|scripts/sign_image.sh|scripts/zap|sonar-project.properties|^/Users/brian/dev/github.ibm.com/contextforge-org/sps-pipeline-config/.secrets.baseline$|^./.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2026-04-03T08:21:47Z",
6+
"generated_at": "2026-04-03T10:38:44Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"

whitesource.config

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
###############################################################
2+
# Mend Unified-Agent configuration file
3+
###############################################################
4+
# GENERAL SCAN MODE: Files and Package Managers
5+
###############################################################
6+
###########
7+
# General #
8+
###########
9+
#Every subsequent scan attempt after the first needs APPEND so that we are not overriding the previous scan.
10+
updateType=OVERRIDE # APPEND or OVERRIDE
11+
#log.level=info
12+
#log.level=debug
13+
14+
#checkPolicies = true
15+
#offline = true
16+
117
python.path=python3.11
218
python.pipPath=pip3
319
python.ignorePipInstallErrors=true
@@ -7,5 +23,9 @@ python.runPipenvPreStep=true
723
python.pipenvDevDependencies=true
824
python.IgnorePipenvInstallErrors=true
925

10-
includes = mcpgateway/** pyproject.toml Containerfile.lite
11-
excludes = **/tests/** **/charts/** **/deployment/** **/docs/** **/deployment/k8s/** **/mcp-servers/** **/agent_runtimes/**
26+
###########################################################################################
27+
# Includes/Excludes Glob patterns - Please use only one exclude line and one include line #
28+
###########################################################################################
29+
30+
includes = **/mcpgateway/** **/plugins/** **/plugins_rust/encoded_exfil_detection/** pyproject.toml Containerfile.lite
31+
excludes = **/tests/** **/charts/** **/deploy/** **/deployment/** **/docs/** **/deployment/k8s/** **/mcp-servers/** ****/a2a-agents/** **/agent_runtimes/** **/infra/** **/plugin_templates/** **/scripts/** **/tools_rust/**

0 commit comments

Comments
 (0)