ROX-32847: Enable ROX_BASE_IMAGE_DETECTION#18809
Conversation
|
Images are ready for the commit at 1afe4ea. To use with deploy scripts, first |
|
/test ocp-4-12-operator-e2e-tests |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #18809 +/- ##
=======================================
Coverage 49.38% 49.39%
=======================================
Files 2659 2659
Lines 200734 200734
=======================================
+ Hits 99139 99148 +9
+ Misses 94156 94149 -7
+ Partials 7439 7437 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@daynewlee: The following test failed, say
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. |
Description
The original PR to enable this failed due to compilation issues: #18708
This is a second attempt that fixes the problem.
func baseImageGetter(_ context.Context, _ []string) ([]*storage.BaseImage, error)was returningBaseImageinstead ofBaseImageInfo.User-facing documentation
Testing and quality
Automated testing
How I validated my change
change me!