From 7e4bed83c05710e84a396bf414f6fae32909e541 Mon Sep 17 00:00:00 2001 From: jackdawm <123431751+jackdawm@users.noreply.github.com> Date: Tue, 21 Nov 2023 10:59:14 -0500 Subject: [PATCH] Add Mend reachability analysis This is the json snippet support gave me, but I added the gradle ignore we had before. --- whitesource.config | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/whitesource.config b/whitesource.config index e294fe9250..9ea8a17028 100644 --- a/whitesource.config +++ b/whitesource.config @@ -1 +1,13 @@ -gradle.ignoredConfigurations=.*test.* + +{ + "settingsInheritedFrom": "temporalio/whitesource-config@main", + "scanSettings": { + "configMode": "EXTERNAL", + "configExternalURL": "https://raw.githubusercontent.com/temporalio/sdk-java/master/whitesource.config", + "enableReachability": true + }, + "checkRunSettings": { + "strictMode": "warning" + }, + "gradle.ignoredConfigurations": ".*test.*" +}