Skip to content
Snippets Groups Projects
Commit 5df69c0c authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5158 [chore] disable owasp step

parent 68c55631
No related branches found
No related tags found
No related merge requests found
......@@ -87,21 +87,22 @@ pipeline {
}
}
stage ('OWASP Dependency-Check Vulnerabilities') {
steps {
dependencyCheck additionalArguments: '''
-o "./"
-s "./"
-f "ALL"
-d /dependency-check-data
--suppression dependency-check-supressions.xml
--disableKnownExploited
--disableArchive
--prettyPrint''', odcInstallation: 'dependency-check-owasp'
dependencyCheckPublisher pattern: 'dependency-check-report.xml'
}
}
// TODO aktuell dauert es viel zu lange und wird am Ende einfach abgebrochen
// stage ('OWASP Dependency-Check Vulnerabilities') {
// steps {
// dependencyCheck additionalArguments: '''
// -o "./"
// -s "./"
// -f "ALL"
// -d /dependency-check-data
// --suppression dependency-check-supressions.xml
// --disableKnownExploited
// --disableArchive
// --prettyPrint''', odcInstallation: 'dependency-check-owasp'
//
// dependencyCheckPublisher pattern: 'dependency-check-report.xml'
// }
// }
stage('Deploy to Nexus'){
steps {
......
......@@ -204,6 +204,7 @@
<!-- Use JUnit to run test classes -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
</plugin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment