File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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+
117python.path=python3.11
218python.pipPath=pip3
319python.ignorePipInstallErrors=true
@@ -7,5 +23,9 @@ python.runPipenvPreStep=true
723python.pipenvDevDependencies=true
824python.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/**
You can’t perform that action at this time.
0 commit comments