From 1f5b5a2975a2644181d3cc11e9bc9f0683bf7480 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, 21 Nov 2023 14:52:25 +0000 Subject: [PATCH 1/5] Add .whitesource configuration file --- .whitesource | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .whitesource diff --git a/.whitesource b/.whitesource new file mode 100644 index 00000000..ac8ee9eb --- /dev/null +++ b/.whitesource @@ -0,0 +1,3 @@ +{ + "settingsInheritedFrom": "MendDemo-josh/whitesource-config@main" +} \ No newline at end of file From 5b5c9aea25b11b7e1db2a8d75efadc7f82a4bf40 Mon Sep 17 00:00:00 2001 From: joshbnewton31080 <88124465+joshbnewton31080@users.noreply.github.com> Date: Tue, 21 Nov 2023 09:52:44 -0500 Subject: [PATCH 2/5] Update .whitesource --- .whitesource | 46 ++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 2 deletions(-) diff --git a/.whitesource b/.whitesource index ac8ee9eb..7bdac914 100644 --- a/.whitesource +++ b/.whitesource @@ -1,3 +1,45 @@ { - "settingsInheritedFrom": "MendDemo-josh/whitesource-config@main" -} \ No newline at end of file + "scanSettings": { + "configMode": "AUTO", + "configExternalURL": "", + "baseBranches": [], + "enableIaC": false, + "enableLicenseViolations": false, + "enableReachability": false + }, + "scanSettingsSAST": { + "enableScan": true, + "scanPullRequests": true, + "incrementalScan": false, + "baseBranches": [], + "snippetSize": 10 + }, + "checkRunSettings": { + "vulnerableCheckRunConclusionLevel": "failure", + "displayMode": "diff", + "useMendCheckNames": true, + "strictMode": "warning" + }, + "issueSettings": { + "minSeverityLevel": "NONE", + "issueType": "DEPENDENCY" + }, + "imageSettings": { + "imageTracing": { + "enableImageTracingPR": true, + "addDockerfilePath": true, + "addRepositoryCoordinates": true + }, + "remediateSettings": { + "workflowRules": { + "enabled": true + }, + "enableRenovate": false, + "extends": [ + "config:base", + "github>whitesource/merge-confidence:beta", + "github>mend-toolkit/mend-examples//Repo-Integration/Renovate/smart-merge" + ] + } + } +} From 6314a3d128120134192b84a2e785af0f452963af Mon Sep 17 00:00:00 2001 From: joshbnewton31080 <88124465+joshbnewton31080@users.noreply.github.com> Date: Tue, 21 Nov 2023 09:57:22 -0500 Subject: [PATCH 3/5] Update .whitesource --- .whitesource | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.whitesource b/.whitesource index 7bdac914..e270b204 100644 --- a/.whitesource +++ b/.whitesource @@ -32,9 +32,9 @@ }, "remediateSettings": { "workflowRules": { - "enabled": true + "enabled": false }, - "enableRenovate": false, + "enableRenovate": true, "extends": [ "config:base", "github>whitesource/merge-confidence:beta", From 7e471d4cb0116cc71c1539ea238297396a2a5a99 Mon Sep 17 00:00:00 2001 From: joshbnewton31080 <88124465+joshbnewton31080@users.noreply.github.com> Date: Tue, 21 Nov 2023 10:14:20 -0500 Subject: [PATCH 4/5] Update .whitesource --- .whitesource | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.whitesource b/.whitesource index e270b204..cd06af8e 100644 --- a/.whitesource +++ b/.whitesource @@ -2,7 +2,7 @@ "scanSettings": { "configMode": "AUTO", "configExternalURL": "", - "baseBranches": [], + "baseBranches": ["JoshBranch-EB2","master"], "enableIaC": false, "enableLicenseViolations": false, "enableReachability": false From c609a5ac7d6346392210249bbd8f40cb26a2de60 Mon Sep 17 00:00:00 2001 From: joshbnewton31080 <88124465+joshbnewton31080@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:28:58 -0400 Subject: [PATCH 5/5] Update .whitesource --- .whitesource | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.whitesource b/.whitesource index cd06af8e..cf34412d 100644 --- a/.whitesource +++ b/.whitesource @@ -43,3 +43,5 @@ } } } + +