ROX-34133: Use ImageVulnerabilityReportConfiguration for feature work#19970
Merged
pedrottimark merged 5 commits intomasterfrom Apr 16, 2026
Merged
Conversation
Contributor
🚀 Build Images ReadyImages are ready for commit 745a6ff. To use with deploy scripts: export MAIN_IMAGE_TAG=4.11.x-673-g745a6ff070 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #19970 +/- ##
=======================================
Coverage 49.65% 49.65%
=======================================
Files 2765 2765
Lines 208823 208823
=======================================
Hits 103698 103698
Misses 97458 97458
Partials 7667 7667
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
|
I'll take a look at this early tomorrow. Held up on a few things today. Thanks for your patience 🙏🏼 |
sachaudh
approved these changes
Apr 15, 2026
Contributor
sachaudh
left a comment
There was a problem hiding this comment.
Overall, LGTM 👍🏼 Left a few thoughts, too.
added 5 commits
April 16, 2026 10:59
7d67346 to
f48a627
Compare
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.
Description
Frontend counterpart to backend proto changes in #19699
Additional changes:
Omit
includeWhateverproperties, because all columns become required.Rename Parameters as Filters (decided in cross-team meeting).
Decision about Destinations is pending.
Objective
Provide equivalent filter for scheduled reports as view-based reports.
Analysis
Find in Files
ReportConfiguraitonwith Match Whole Word has 39 results in 12 filesSolution
Move
EntityScopeand associated types to src/services/ReportService.ts file.Add
ImageVulnerabilityReportConfigurationtype in imageVulnerabilityReports.types.ts file for feature work.When we delete
ROX_VULNERABILITY_REPORTS_ENHANCED_FILTERINGfeature flag, either deleteReportConfigurationor factor minimal common properties.Add corresponding subset of changes for
NodeVulnerabilityReportConfigurationtype in NodeVulnerabilityReports.types.ts file for future work.Residue
User-facing documentation
Testing and quality
Automated testing
How I validated my change
npm run tscin ui/apps/platform folder.npm run lint:fast-devin ui/apps/platform folder.