From c67ed1db1039304e347beccda3cc57739b39aba8 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 21:22:56 +0900 Subject: [PATCH] Configure Mend for GitHub Enterprise (#3119) * Add .whitesource configuration file * Update .whitesource --------- Co-authored-by: e-tools-mend-production[bot] <136140775+e-tools-mend-production[bot]@users.noreply.github.com> Co-authored-by: Dharanitharan Selvaraj <102577614+dharanitharan-selvaraj@users.noreply.github.com> --- .whitesource | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .whitesource diff --git a/.whitesource b/.whitesource new file mode 100644 index 000000000..e428a2ee1 --- /dev/null +++ b/.whitesource @@ -0,0 +1,45 @@ +{ + "scanSettings": { + "configMode": "AUTO", + "configExternalURL": "", + "projectToken": "", + "baseBranches": [] + }, + "scanSettingsSAST": { + "enableScan": false, + "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 + } + } +}