hereisjames

joined 11 months ago
[–] hereisjames@alien.top 1 points 11 months ago

You can run your containers through a vulnerability scanner like Trivy and then patch with Copacetic. It will only fix the container image's OS vulnerabilities though, not the app code dependencies.

Otherwise one step simpler is you can just vulnerability scan the containers, look at the issues, then decide if you want to deploy them.