From 676ace6d0140d1cbb4d5991f689126a89dacd13d Mon Sep 17 00:00:00 2001 From: "e-tools-mend-production[bot]" <136140775+e-tools-mend-production[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 12:01:38 +0000 Subject: [PATCH 1/2] Add .whitesource configuration file --- .whitesource | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .whitesource diff --git a/.whitesource b/.whitesource new file mode 100644 index 0000000..04109aa --- /dev/null +++ b/.whitesource @@ -0,0 +1,45 @@ +{ + "scanSettings": { + "configMode": "AUTO", + "configExternalURL": "", + "projectToken": "", + "baseBranches": [] + }, + "scanSettingsSAST": { + "enableScan": true, + "scanPullRequests": true, + "incrementalScan": true, + "baseBranches": [], + "snippetSize": 10 + }, + "checkRunSettings": { + "vulnerableCheckRunConclusionLevel": "failure", + "displayMode": "diff", + "useMendCheckNames": true + }, + "checkRunSettingsSAST": { + "checkRunConclusionLevel": "failure", + "severityThreshold": "high" + }, + "issueSettings": { + "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 From 1b894f11e03b7ab6e1b26176f278d791cafe4540 Mon Sep 17 00:00:00 2001 From: Dharanitharan Selvaraj <102577614+dharanitharan-selvaraj@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:33:28 +0530 Subject: [PATCH 2/2] Update .whitesource --- .whitesource | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.whitesource b/.whitesource index 04109aa..e428a2e 100644 --- a/.whitesource +++ b/.whitesource @@ -6,7 +6,7 @@ "baseBranches": [] }, "scanSettingsSAST": { - "enableScan": true, + "enableScan": false, "scanPullRequests": true, "incrementalScan": true, "baseBranches": [], @@ -42,4 +42,4 @@ "addMendIdentifier": false } } -} \ No newline at end of file +}