From cd6fd8e138ac04c060eaaddfd1d67f48cd37b105 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 17:19:08 -0400 Subject: [PATCH] Add whitesource configuration (#49) (#51) Signed-off-by: Zelin Hao Signed-off-by: Zelin Hao (cherry picked from commit 8f7457bb6d9b88fc027934854fef2af3d66e9475) Signed-off-by: github-actions[bot] Signed-off-by: Zelin Hao Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] --- .whitesource | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .whitesource diff --git a/.whitesource b/.whitesource new file mode 100644 index 0000000..9985990 --- /dev/null +++ b/.whitesource @@ -0,0 +1,23 @@ +{ + "scanSettings": { + "configMode": "AUTO", + "configExternalURL": "", + "projectToken": "", + "baseBranches": [] + }, + "checkRunSettings": { + "vulnerableCheckRunConclusionLevel": "failure", + "displayMode": "diff", + "useMendCheckNames": true + }, + "issueSettings": { + "minSeverityLevel": "LOW", + "issueType": "DEPENDENCY" + }, + "remediateSettings": { + "workflowRules": { + "enabled": true + } + } +} +