Hello,
We’ve deployed a SonarQube instance (version 9.9.0-community) on AWS ECS using the Docker image from Docker Hub. A recent security audit revealed multiple vulnerabilities in this image, and we’re looking for ways to mitigate them. While we’re aware that the latest image (version 10.7.0) addresses some of these issues, upgrading would require Java 17, which our application currently does not support.
Here’s what we’re considering and would appreciate any guidance on:
-
Alternative Patch Options: Is there a recommended approach to patch vulnerabilities in version 9.9.0 without upgrading to 10.7.0?
-
Custom Image Builds: If patching is not feasible, has anyone successfully built a custom image to address security concerns? Any specific guidance on this would be extremely helpful.
Thank you in advance for any advice or resources you can share!