forked from ascemama/nucleusPlugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a2acb50
commit 36d4e06
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|