From 73589f5639762143dd8acb703a049fa7d2862b76 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 10:40:18 +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 00000000..04109aad --- /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 c8c9316020fc1815b251f17e3d16a6841b7edccf Mon Sep 17 00:00:00 2001 From: Shibasish Nandi <119420781+ShibasishDelphix@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:38:56 +0000 Subject: [PATCH 2/2] DLPX-93075 Configure Mend for cloud-init --- .whitesource | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.whitesource b/.whitesource index 04109aad..e82e82f3 100644 --- a/.whitesource +++ b/.whitesource @@ -3,6 +3,9 @@ "configMode": "AUTO", "configExternalURL": "", "projectToken": "", + "enableLicenseViolations": "true", + "displayLicenseViolations": "true", + "enableIaC": "true", "baseBranches": [] }, "scanSettingsSAST": {