We are onprem but The real issue is the new Redis image upgrade not the scan issues. We are not using any Quay.io product and we are using the below image source as a docker container.. Red Hat image source :- https://catalog.redhat.com/software/containers/rhel9/redis-7/64881353e0e10aaf1cbac8b7 The main issue here is that we are not able to upgrade to the redis new image after the Red Hat image tag# "9.5-1733128172" due to the incompatible "redisearch.so" module. Below is our startup script to start the redis-server with loadmodule "redisearch.so". redis-server --dir /data --loadmodule /mydata/redisearch.so --daemonize yes --appendonly yes --aof-use-rdb-preamble yes
Customer is asking for us to update the official container image to match the latest available release. I believe the latest current release is 7.4