enthuguy
asked on
Simple JAVA App source code to run on a container
Hi
I'm planning to setup a CICD pipeline integrating few devops utils. like code scanning etc.
Since i'm not a java person and dont want to pick a completed one from google.
Could you help with a public github repo which has a simple java app running on a container (may be just a landing welcome page), so I can run my vulnerability and other scan on the static code then build docker image
thanks in advance
I'm planning to setup a CICD pipeline integrating few devops utils. like code scanning etc.
Since i'm not a java person and dont want to pick a completed one from google.
Could you help with a public github repo which has a simple java app running on a container (may be just a landing welcome page), so I can run my vulnerability and other scan on the static code then build docker image
thanks in advance
There is no specific java code to run in a container (except maybe some cloud specific stuff like feign). If you take any "Hello world" example with a rest call in it it should work.
ASKER
Thanks Leakim971, for fixing the topic
@All, can anyone help with source code please? public github repo
@All, can anyone help with source code please? public github repo
ASKER
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.