-
Notifications
You must be signed in to change notification settings - Fork 99
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
feat(gql): add new query for diff of cves for 2 images #2185
feat(gql): add new query for diff of cves for 2 images #2185
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2185 +/- ##
==========================================
- Coverage 92.92% 92.86% -0.06%
==========================================
Files 165 165
Lines 21582 21837 +255
==========================================
+ Hits 20054 20280 +226
- Misses 952 969 +17
- Partials 576 588 +12 ☔ View full report in Codecov by Sentry. |
4a85228
to
990f68e
Compare
6cb2ae5
to
3960d51
Compare
@laurentiuNiculae in terms of priorities, make sure cli works first and then zui |
Signed-off-by: Laurentiu Niculae <niculae.laurentiu1@gmail.com>
3960d51
to
4f81fd8
Compare
} | ||
} | ||
|
||
func filterCVEList(cveMap []cvemodel.CVE, searchedCVE, excludedCVE string, pageFinder *CvePageFinder) { |
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.
func filterCVEList(cveMap []cvemodel.CVE, searchedCVE, excludedCVE string, pageFinder *CvePageFinder) { | |
func filterCVEList(cveList []cvemodel.CVE, searchedCVE, excludedCVE string, pageFinder *CvePageFinder) { |
return true | ||
} | ||
|
||
return true |
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.
It is a bit strange, the logic above returns true if a condition is met, then it returns true in all remaining cases.
Superseded by #2242 |
What type of PR is this?
Which issue does this PR fix:
What does this PR do / Why do we need it:
If an issue # is not available please add repro steps and logs showing the issue:
Testing done on this change:
Automation added to e2e:
Will this break upgrades or downgrades?
Does this PR introduce any user-facing change?:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.