Find how many vulnerabilities there are in the Docker image if you build the current Dockerfile.
The docker image created contains the FULL JDK, Maven and the source code. Slim it down so the production image only uses the JRE and the artifact.
By default process in Docker run as ROOT. Create a user with less privileges to run the application