whitesource-ps / ws-bulk-report-generator

Mend Bulk Report Generator
Apache License 2.0
17 stars 4 forks source link

[FR] [ws-bulk-report-generator] Global Org Vuln Report #57

Closed jbnable closed 2 years ago

jbnable commented 2 years ago

I would like to pull a Global org report for vulnerabilities.

This can be accomplished right now by running vulnerability reports for each org and combining them.

Command: ws_bulk_report_generator.exe -a https://app.whitesourcesoftware.com -u user_token -k org_token -y globalOrganization -o output_folder -r vulnerability -t unified_xlsx

rammatzkvosky commented 2 years ago

Hi @jbnable, check out the latest version which adds the organization name for each record, so you can distinguish which organization it came from.

Thanks,

WhiteSource PS team

jbnable commented 2 years ago

Works great, thanks!