eclipse / steady

Analyses your Java applications for open-source dependencies with known vulnerabilities, using both static analysis and testing to determine code context and usage for greater accuracy. https://eclipse.github.io/steady/
Apache License 2.0
517 stars 124 forks source link

Upgrade Docker images and fixes digest #557

Closed Naramsim closed 1 year ago

Naramsim commented 2 years ago

temurin images are baked by Eclipse and provide long-term support. openjdk doesn't provide LTS.

I haven't tested my solution. Hopefully, the CI will do.

TODOs

Naramsim commented 2 years ago

Hmm, there's no CI?

henrikplate commented 2 years ago

Hello @Naramsim, First of all thank you for the submission. Back then, when we moved from Travis to Eclipse CI, the Eclipse CI was not able to build container images. I will need to check whether this is possible by now...