whitesource-ps / ws-bulk-report-generator

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

[BUG] Can not integrate with new Alerts reports #16

Closed Chiencc closed 2 years ago

Chiencc commented 2 years ago

Hello tamari,

*according to ticket : https://github.com/whitesource-ps/ws-bulk-report-generator/issues/11

I've download the latest version project, and still can't download the view by vulnerability or view by library reports from the project Have you verified that ?

Thanks.

image

tamari-oz commented 2 years ago
  1. There is no report type named view_by_vulnerability . You can see the full list of reports by executing the utility with -h switch. For "alerts" report pass -r alerts .
  2. There is a PyPi package for easy deployment, upgrade, etc... Just execute pip install ws-bulk-report-generator to obtain the latest release and following execute: ws_bulk_report_generator -u <KEY> ....
  3. If you still want to run this as a script, try to go back one dir level (to: ~/Downloads/ws-bulk-report-generator) and execute: python3 ws_bulk_report_generator/bulk_report_generator.py -u.....

Let me know if it helped.

tamari-oz commented 2 years ago

Closing this. Please reopen if help is still necessary.