-
Notifications
You must be signed in to change notification settings - Fork 54
The MCE hypershift container needs changes to the exceptions in place #282
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
base: main
Are you sure you want to change the base?
Conversation
The FIPS scans are failing in our konflux builds due to problems with the hypershift "extra" binaries. The current exceptions for these binaries is not correctly preventing the scanner from erroring on these binaries. Tested with the latest image from our MCE 2.18.3 release Refs: - https://issues.redhat.com/browse/ACM-24281 Signed-off-by: Gus Parvin <[email protected]>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: gparvin The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@gparvin: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
|
/lgtm |
|
@rhmdnd Was there more work the ACM team needed to look into on this PR? Thanks |
|
FYI: Since we can't seem to get this PR delivered we will have to extend our FIPS exception in konflux which causes us to "not see" any FIPS issues we need to address. If there's a concern with this PR please let me know. |
|
@rhmdnd @gparvin @rphillips - I believe the exception just adds "/usr/bin/hcp" and is used for QE testing. I'm wondering if it is worth adding some comments around these exceptions to make clear why the exceptions are being added, noting how the inclusion of said binaries impacts customers directly/indirectly, does it ever get filtered out later in some other process, etc. |
+1 Yeah, comments would help at least a little bit. If the |
The FIPS scans are failing in our konflux builds due to problems with the hypershift "extra" binaries. The current exceptions for these binaries is not correctly preventing the scanner from erroring on these binaries. Tested with the latest image from our MCE 2.18.3 release
Refs: