-
Notifications
You must be signed in to change notification settings - Fork 85
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
updater: Support delta updates #1167
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1167 +/- ##
==========================================
+ Coverage 52.63% 53.37% +0.73%
==========================================
Files 224 224
Lines 17068 17166 +98
==========================================
+ Hits 8984 9162 +178
+ Misses 7264 7165 -99
- Partials 820 839 +19 ☔ View full report in Codecov by Sentry. |
10406aa
to
f3ab332
Compare
ba7b016
to
22d8e7b
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.
Needs a few changes, then the metrics addition.
Adds the DeltaUpdateVulnerabilities() method to the matcher store interface and a postgres implementation to be able to handle partial vulnerability information from sources. Signed-off-by: crozzy <[email protected]>
/fast-forward |
TODO: