Skip to content

Commit

Permalink
Merge pull request #23 from zalando/feature/cve
Browse files Browse the repository at this point in the history
Enabled CVE check
  • Loading branch information
whiskeysierra authored Feb 27, 2018
2 parents a4069c9 + 05924aa commit 551c8d0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,21 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>3.1.1</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
<configuration>
<failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
</configuration>
</plugin>
<plugin>
<groupId>com.ning.maven.plugins</groupId>
<artifactId>maven-duplicate-finder-plugin</artifactId>
Expand Down

0 comments on commit 551c8d0

Please sign in to comment.