DevSecOps-(SonarQube,Owasp,Trivy) in jenkins for java project
First we need to install jenkins and docker
Here I am Using Oracle server for that then you have to open the port 8080 in iptables
sudo iptables -I INPUT -p tcp -m tcp --dport {PORT} -j ACCEPT
#change {port} 8080 here
then for sonarqube use this doc...
sarthakwrites.hashnode.dev4 min read