Skip to content

Instantly share code, notes, and snippets.

@christianoguedes
Last active August 11, 2020 23:11
Show Gist options
  • Select an option

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

Select an option

Save christianoguedes/ea63596d9bc7eccdf0487577344dba6c 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>
<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