ROX-32847: Enable ROX_BASE_IMAGE_DETECTION by daynewlee · Pull Request #18809 · stackrox/stackrox

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 returning BaseImage instead of BaseImageInfo.

User-facing documentation

Testing and quality

  • the change is production ready: the change is GA, or otherwise the functionality is gated by a feature flag
  • CI results are inspected

Automated testing

  • added unit tests
  • added e2e tests
  • added regression tests
  • added compatibility tests
  • modified existing tests

How I validated my change

change me!