From b3ef07e523375b5465a3aa17b8c42898cec85da9 Mon Sep 17 00:00:00 2001 From: grossmj Date: Mon, 25 May 2026 18:07:50 +0200 Subject: [PATCH] Update .whitesource --- .whitesource | 41 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 36 insertions(+), 5 deletions(-) diff --git a/.whitesource b/.whitesource index e112468f5..bb071b4a2 100644 --- a/.whitesource +++ b/.whitesource @@ -2,13 +2,44 @@ "scanSettings": { "configMode": "AUTO", "configExternalURL": "", - "projectToken" : "", - "baseBranches": ["master", "2.2", "3.0"] + "projectToken": "", + "baseBranches": [] + }, + "scanSettingsSAST": { + "enableScan": false, + "scanPullRequests": false, + "incrementalScan": true, + "baseBranches": [], + "snippetSize": 10 }, "checkRunSettings": { - "vulnerableCheckRunConclusionLevel": "failure" + "vulnerableCheckRunConclusionLevel": "failure", + "displayMode": "diff", + "useMendCheckNames": true + }, + "checkRunSettingsSAST": { + "checkRunConclusionLevel": "failure", + "severityThreshold": "high" }, "issueSettings": { - "minSeverityLevel": "LOW" - } + "minSeverityLevel": "LOW", + "issueType": "DEPENDENCY" + }, + "issueSettingsSAST": { + "minSeverityLevel": "high", + "issueType": "repo" + }, + "remediateSettings": { + "workflowRules": { + "enabled": true + } + }, + "imageSettings":{ + "imageTracing":{ + "enableImageTracingPR": false, + "addRepositoryCoordinate": false, + "addDockerfilePath": false, + "addMendIdentifier": false + } + } } \ No newline at end of file