The build failed error was error checking context: ‘can’t stat ‘/var/lib/jenkins/workspace/devsecops-numeric-application/trivy’’.
in vulnerability scan stage added this steps parallely
stage(‘Vulnerability Scan - Docker’) {
steps {
parallel(
“Dependency Scan”: {
sh “mvn dependency-check:check”
},
“Trivy Scan”: {
sh “bash trivy-docker-image-scan.sh”
}
)
}
}
Hi @shashwatshah101293
Thank you for reported this issue, we’ll notify the relevant and come back to you ASAP
Regard
this issue is not resolved yet
hey any update on this