Skip to content

Commit

Permalink
Remove OWASP dep check (server overloaded)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Apr 4, 2018
1 parent e338c9c commit afa650f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 91 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -267,7 +267,7 @@ timestamps {
// https://philphilphil.wordpress.com/2016/12/28/using-static-code-analysis-tools-with-jenkins-pipeline-jobs/

// archive build artifacts (and cross-referenced source code)
archive "**/${jarFiles},**/${warFiles},**/target/site/xref/**,target/buildtime.csv,target/dependencies/**,**/target/dependency-check-report.html"
archive "**/${jarFiles},**/${warFiles},**/target/site/xref/**,target/buildtime.csv,target/dependencies/**"

// parse Jacoco test coverage
step([$class: 'JacocoPublisher'])
Expand Down

This file was deleted.

24 changes: 0 additions & 24 deletions parent/pom.xml
Expand Up @@ -989,10 +989,6 @@
</property>
</activation>
<properties>
<!-- for OWASP: -->
<failBuildOnCVSS>10</failBuildOnCVSS>
<!-- this is a classpath resource from build-tools -->
<suppressionFile>zanata-build-tools/dependency-suppression.xml</suppressionFile>
<!-- for ossindex: -->
<audit.failOnError>false</audit.failOnError>
</properties>
Expand Down Expand Up @@ -1024,26 +1020,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>3.1.2</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>aggregate</goal>
</goals>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.zanata</groupId>
<artifactId>build-tools</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit afa650f

Please sign in to comment.