Lab -Trivy Image Scan Q9

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

Hi @shashwatshah101293,
The task is on going, we’ll come back to you soon

Regard

hey any update on this

Hi @shashwatshah101293,

The fix is on Review, will get back to you soon

Regard

Hi @shashwatshah101293

The issue is fixed on labs

Regard