kubernetes-secret-generator icon indicating copy to clipboard operation
kubernetes-secret-generator copied to clipboard

Updated the golang version and dependencies to resolve CVEs in the docker image

Open NishaFern opened this issue 5 months ago • 1 comments

Issue : CVEs in the docker image Screenshot from 2024-09-24 10-34-25

To remove the CVEs, we created a test image to do the following changes

  1. Changes : updated the go dependencies which were related the CVEs .
  2. Changes: updated the golang version from 1.16 to 1.23.1 to re build the docker image.

This is the final result. Screenshot from 2024-09-24 10-43-17

NishaFern avatar Sep 19 '24 07:09 NishaFern