[Feat] CSV report - Image details#444
Merged
xingzhang-suse merged 5 commits intoneuvector:mainfrom Feb 25, 2026
Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #444 +/- ##
==========================================
- Coverage 85.71% 85.68% -0.04%
==========================================
Files 97 97
Lines 14103 14213 +110
Branches 1064 1112 +48
==========================================
+ Hits 12089 12178 +89
- Misses 1985 2002 +17
- Partials 29 33 +4 🚀 New features to boost your workflow:
|
xingzhang-suse
requested changes
Feb 24, 2026
Contributor
xingzhang-suse
left a comment
There was a problem hiding this comment.
Minor value change is needed
| `"${ imageMetadata?.repository || '' }"`, | ||
| `"${ imageMetadata?.platform || '' }"`, | ||
| `"${ imageMetadata?.digest || '' }"`, | ||
| `"${ this.workloadCount > 0 ? 'TRUE' : 'FALSE' }"`, |
Contributor
There was a problem hiding this comment.
We are using "Yes" / "No" for the "in used" value in the filter and Image overview report
Modifies report CSV structure for both Vulnerabilities and Workloads views on the Image Details page, aligning headers and exported fields across reports (for example image/reference metadata and workload context columns). Updates Download Full Report behavior to be tab-aware, so the primary action exports the CSV corresponding to the active tab. Introduces shared typed CSV header/constants utilities to validate report schemas.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements updated CSV reports for Image details page based on Sample Output.
Modifies Image details

Download full reportfunctionality to select structure/data based on active tab (Image detail report/Workload report).