Skip to content

Commit

Permalink
Update Whitesource_2_Nucleus_automated.py
Browse files Browse the repository at this point in the history
fixed a typo
  • Loading branch information
steve-carter authored Nov 5, 2020
1 parent d47d151 commit a7f4f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whitesource/Whitesource_2_Nucleus_automated.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def post_to_nucleus(outputfile):
def get_from_whitesource(productToken):
json = {
"requestType" : "getProductVulnerabilityReport",
"userKey": WHITESOURCE_USER_API_KEY,
"userKey": WHITESOURCE_USER_KEY,
"productToken" : productToken,
"format" : "json"
}
Expand Down

0 comments on commit a7f4f94

Please sign in to comment.