-
Notifications
You must be signed in to change notification settings - Fork 144
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
ROX-16919: Add Contents to GetVulnerabilityRequest #7335
Conversation
Images are ready for the commit at 1c31d6a. To use with deploy scripts, first |
message NormalizedVersion { | ||
string kind = 1; | ||
repeated int32 v = 2; | ||
message Contents { |
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 thought we were calling this reportComponents
?
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
@jvdm: The following tests failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Description
As per ADR-0002 #7276, this changes the Matcher proto to receive Contents to request vulnerabilities. When provided, Matcher will generate a report from the contents instead of attempting to pull Index Reports from the Indexer.
Checklist
N/A
If any of these don't apply, please comment below.
Testing Performed
Relying on CI only.