-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal for CSV export of vulnerability data from Harbor #174
Conversation
@goharbor/all-maintainers can someone check that please |
f951508
to
b558107
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can close this one as #181 also by @prahaladdarkin does also address this proposal.
Am I correct @prahaladdarkin ?
@prahaladdarkin any updates on your proposal? |
@Vad1mo apologize for this delayed response. This proposal was under developement and had a dependency on the completion of the system artifact manager: #181. The development work for the system artifact manager and the integration has completed. I will be updating this proposal with the latest and greatest of the design changes. |
Maybe it's also possible to add the function for exporting as PDF to sending these PDF file to Managers or other persons which don't have access to harbor and only needs the vulnerability informations? Thanks in advanced. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Proposal - goharbor/community#174 Closes - goharbor#17150 Changes: * CVE Data export to CSV with filtering support. * Implement CSV data export job for creating CSVs * APIs to trigger CSV export job executions Signed-off-by: prahaladdarkin <prahaladd@vmware.com>
Vulnerability Scan Data (CVE) Export Functionality Proposal - goharbor/community#174 Closes - #17150 Changes: * CVE Data export to CSV with filtering support. * Implement CSV data export job for creating CSVs * APIs to trigger CSV export job executions Signed-off-by: prahaladdarkin <prahaladd@vmware.com>
b558107
to
242bf7f
Compare
Signed-off-by: prahaladd <prahaladd@vmware.com>
242bf7f
to
4794493
Compare
@pthoelken thank you for your input and indeed we can also generate PDF reports. However, the current scope of the implementation is restricted to generating the CSV data for the vulnerability information. CSV files also have the additional advantage of being able to be consumed in downstream analytics tools (including spreadsheet software like MS Excel). |
Any news when this feature would be available? |
@616b2f Hi, this feature was delivered in the Harbor v2.6. cc @prahaladdarkin I think we need to merge this pr. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Vulnerability Scan Data (CVE) Export Functionality Proposal - goharbor/community#174 Closes - goharbor#17150 Changes: * CVE Data export to CSV with filtering support. * Implement CSV data export job for creating CSVs * APIs to trigger CSV export job executions Signed-off-by: prahaladdarkin <prahaladd@vmware.com>
Vulnerability Scan Data (CVE) Export Functionality Proposal - goharbor/community#174 Closes - goharbor#17150 Changes: * CVE Data export to CSV with filtering support. * Implement CSV data export job for creating CSVs * APIs to trigger CSV export job executions Signed-off-by: prahaladdarkin <prahaladd@vmware.com> Signed-off-by: Stephan Hohn <stephan.hohn@tech11.com>
@Vad1mo, any idea by when this feature will be available ? |
@OrlinVasilev / @prahaladdarkin, I am using v2.10.1 with trivy v0.49.1 but still can't see the export pdf button under the Vulnerabilities tab. Only the following options are available. As per @chlins , this feature was delivered in Harbor v2.6. Not sure why its not visible in the UI, am I missing anything ?? |
Version 2.10.2 without too |
This feature was implemented to generate CSV exports only and can be triggered from the Projects page as an Action. |
Detailed technical proposal for exporting vulnerability scan data as CSV.