diff --git a/.travis.yml b/.travis.yml index 8561aac74..a842c64f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,8 @@ deploy: repo: WebGoat/WebGoat branch: master jdk: oraclejdk8 +after_success: + - mvn clean cobertura:cobertura coveralls:report notifications: slack: secure: S9VFew5NSE8WDzYD1VDBUULKKT0fzgblQACznwQ85699b2yeX9TX58N3RZvRS1JVagVP1wu2xOrwN2g+AWx4Ro3UBZD5XG86uTJWpCLD4cRWHBoGMH2TfvI7/IzsWmgxH4MBxFRvZr/eEhlVAux+N9H4EoEdS4CKsJXEqV37PlA= @@ -44,5 +46,5 @@ addons: notification_email: doug.morato@owasp.org build_command_prepend: "mvn clean" build_command: "mvn -DskipTests=true install" - branch_pattern: master + branch_pattern: coverity_scan diff --git a/README.MD b/README.MD index 816a90b14..d15beff4f 100644 --- a/README.MD +++ b/README.MD @@ -1,6 +1,10 @@ # WebGoat: A deliberately insecure Web Application [![Build Status](https://travis-ci.org/WebGoat/WebGoat.svg)](https://travis-ci.org/WebGoat/WebGoat) +[![Coverity Scan Build Status](https://img.shields.io/coverity/scan/6101.svg)](https://scan.coverity.com/projects/webgoat-webgoat) +[![Coverage Status](https://coveralls.io/repos/WebGoat/WebGoat/badge.svg?branch=master&service=github)](https://coveralls.io/github/WebGoat/WebGoat?branch=master) +[![Codacy Badge](https://api.codacy.com/project/badge/b69ee3a86e3b4afcaf993f210fccfb1d)](https://www.codacy.com/app/dm/WebGoat) + # Important Information diff --git a/pom.xml b/pom.xml index 1eeabeca6..e5789998a 100644 --- a/pom.xml +++ b/pom.xml @@ -114,6 +114,7 @@ 1.2 1.2 1.7 + 2.7 3.1 1.8.1 0.2 @@ -121,6 +122,7 @@ 1.4 3.3.2 1.1.3 + 4.0.0 1.4.2 18.0 1.4.187 @@ -137,7 +139,7 @@ 1.2.17 1.4.2 3.1 - 2.18.1 + 2.19 1.6 2.6 2.10.3 @@ -154,7 +156,7 @@ 3.2.4.RELEASE 1.1.2 2.2.2 - 2.1 + 2.2 1.5.1 7.0.63 diff --git a/webgoat-container/pom.xml b/webgoat-container/pom.xml index da62e8822..323fdd5af 100644 --- a/webgoat-container/pom.xml +++ b/webgoat-container/pom.xml @@ -28,7 +28,7 @@ org.apache.tomcat.maven tomcat7-maven-plugin - 2.2 + ${tomcat7-maven-plugin.version} local_tomcat http://localhost:8080/manager @@ -207,6 +207,26 @@ + + org.eluder.coveralls + coveralls-maven-plugin + ${coveralls-maven-plugin.version} + + + + + + org.codehaus.mojo + cobertura-maven-plugin + ${cobertura-maven-plugin.version} + + + xml + 256m + + true + +