We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20181c8 commit cc7c6e2Copy full SHA for cc7c6e2
jenkins/dast_Jenkinsfile
@@ -11,7 +11,7 @@ pipeline {
11
sh 'mvn -B -DskipTests package'
12
}
13
14
- stage('Source Code Analysis') {
+ stage('Software Composition Analysis') {
15
steps {
16
dependencyCheckAnalyzer datadir: '/home/hirosh7/OWASP_NVD_Updates', hintsFile: '',
17
includeCsvReports: false, includeHtmlReports: true, includeJsonReports: false,
0 commit comments