Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save christianoguedes/449d411318d5156e39e5f0d72c90a0ed to your computer and use it in GitHub Desktop.

Select an option

Save christianoguedes/449d411318d5156e39e5f0d72c90a0ed to your computer and use it in GitHub Desktop.
...
<build>
<plugins>
...
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>5.3.2</version>
<configuration>
<suppressionFile>dependency-checker-exclude.xml</suppressionFile>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment