Replies: 2 comments
-
We have released an unofficial cdxgen image with Java 11, maven 3.6, and gradle 7. The image name is Example invocation: docker run --rm -v /tmp:/tmp -v $(pwd):/app:rw -e CDXGEN_DEBUG_MODE=debug -t ghcr.io/appthreat/cdxgen-java:v10 -r /app -t java -o /app/bom.json We also have an equivalent dotnet with the legacy .Net core 3.1. The image name for this is |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maven 4 release is also imminent. Not sure when would be the right time to update the images. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We upgraded the jdk image to 21. Almost nothing builds with Java 21. Most apps still require Java 11, while some are working with 17.
Beta Was this translation helpful? Give feedback.
All reactions