Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshreddy94 authored Sep 30, 2020
1 parent 48782cb commit ac8289a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pipeline {
sh 'wget "https://raw.githubusercontent.com/adarshreddy94/webapp/master/owasp-dependency-check.sh" '
sh 'chmod +x owasp-dependency-check.sh'
sh 'bash owasp-dependency-check.sh'
sh 'cat /var/lib/jenkins/workspace/devsecops-cicd/odc-reports/dependency-check-report.xml'
sh 'cat /var/lib/jenkins/workspace/DevSecOps/odc-reports/dependency-check-report.xml'

}
}
Expand Down

0 comments on commit ac8289a

Please sign in to comment.