redhat-openshift-ecosystem / openshift-preflight

Operator and container preflight certification tests
Apache License 2.0
58 stars 65 forks source link

Update Connect URL's to Point to New Locations #1164

Closed acornett21 closed 4 months ago

acornett21 commented 4 months ago

Bug Description

Connect updated their endpoints, so preflight needs to update to matach

Version and Command Invocation

Latest

Steps to Reproduce:

(How can we reproduce this?) 1) preflight check container with --submit 2) 3)

Expected Result

Expect that the overview URL's take a user to an actual page.

Actual Result

They 404

Additional Context

Below are the new URL's from the connect team.

https://connect.redhat.com/component/view/${projectId}/images  (This would replace the overview url)
https://connect.redhat.com/component/view/${projectId}/certification/test-results/${testId} (This would replace the scan-results url if you want the users to land to specific test result)
https://connect.redhat.com/component/view/${projectId}/certification (This would be the url if u want the users to simply see all the test results)
acornett21 commented 4 months ago

/assign