Skip to content
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

Merged
merged 15 commits into from
Aug 15, 2023

Conversation

jvdm
Copy link
Contributor

@jvdm jvdm commented Aug 8, 2023

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

  • Investigated and inspected CI test results
  • Unit test and regression tests added

N/A

  • Evaluated and added CHANGELOG entry if required
  • Determined and documented upgrade steps
  • Documented user facing changes (create PR based on openshift/openshift-docs and merge into rhacs-docs)

If any of these don't apply, please comment below.

Testing Performed

Relying on CI only.

@jvdm jvdm requested a review from a team as a code owner August 8, 2023 20:40
@jvdm jvdm changed the title 16919: Add Contents to GetVulnerabilityRequest ROX-16919: Add Contents to GetVulnerabilityRequest Aug 8, 2023
@jvdm jvdm changed the base branch from master to jvdm/ROX-16919/adr August 8, 2023 20:41
@ghost
Copy link

ghost commented Aug 8, 2023

Images are ready for the commit at 1c31d6a.

To use with deploy scripts, first export MAIN_IMAGE_TAG=4.1.x-805-g1c31d6a594.

message NormalizedVersion {
string kind = 1;
repeated int32 v = 2;
message Contents {
Copy link
Contributor

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?

Copy link
Contributor

@daynewlee daynewlee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Base automatically changed from jvdm/ROX-16919/adr to master August 14, 2023 23:52
@jvdm jvdm enabled auto-merge (squash) August 15, 2023 00:00
@openshift-ci
Copy link

openshift-ci bot commented Aug 15, 2023

@jvdm: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/gke-qa-e2e-tests f521e00 link false /test gke-qa-e2e-tests
ci/prow/gke-nongroovy-e2e-tests f521e00 link false /test gke-nongroovy-e2e-tests
ci/prow/ocp-4-10-qa-e2e-tests f521e00 link false /test ocp-4-10-qa-e2e-tests

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.

@jvdm jvdm merged commit 4549004 into master Aug 15, 2023
38 checks passed
@jvdm jvdm deleted the jvdm/ROX-16919/update-matcher-proto branch August 15, 2023 20:49
@jvdm jvdm requested review from RTann and removed request for RTann August 16, 2023 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants