From 36d4e064a3367538bd4ab7e1f7302f71c5a66a4a Mon Sep 17 00:00:00 2001 From: Steve Carter Date: Mon, 12 Oct 2020 18:07:22 -0400 Subject: [PATCH] Update README.txt --- whitesource/README.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/whitesource/README.txt b/whitesource/README.txt index 3bd7a9f..ed889b3 100644 --- a/whitesource/README.txt +++ b/whitesource/README.txt @@ -1,6 +1,10 @@ -Whitesource_2_Nucleus_automated.py - Script to pull the vulnerability report from Whitesource in JSON, convert to Nucleus CSV, then post to Nucleus +Whitesource_2_Nucleus_automated.py: Script to pull the vulnerability report from Whitesource in JSON, convert to Nucleus CSV, then post to Nucleus + *** Populate the following variables in the script prior to using *** + NUCLEUS_ROOT_URL + NUCLEUS_API_KEY + WHITESOURCE_NUCLEUS_USER_API_KEY + NUCLEUS_PROJECT_ID + PRODUCTSTOKEN -whitesource_xml_parse.py - Script to convert a Whitesource XML report to Nucleus CSV, then post to Nucleus +whitesource_xml_parse.py: Script to convert a Whitesource XML report to Nucleus CSV, then post to Nucleus