Skip to content

Commit cc7c6e2

Browse files
author
kjohnson
committed
Updates software code analysis stage to software composition analysis
1 parent 20181c8 commit cc7c6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/dast_Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pipeline {
1111
sh 'mvn -B -DskipTests package'
1212
}
1313
}
14-
stage('Source Code Analysis') {
14+
stage('Software Composition Analysis') {
1515
steps {
1616
dependencyCheckAnalyzer datadir: '/home/hirosh7/OWASP_NVD_Updates', hintsFile: '',
1717
includeCsvReports: false, includeHtmlReports: true, includeJsonReports: false,

0 commit comments

Comments
 (0)