Skip to content
Snippets Groups Projects
Commit 9e8b8594 authored by bhill6@wisc.edu's avatar bhill6@wisc.edu
Browse files

removing maven-dependency-check plugin to avoid false positives from gitlab scans

parent 8db88ca0
No related branches found
No related tags found
1 merge request!36Dependency updates to eliminate vulnerabilities discovered by dependency-check
Pipeline #137777 passed
......@@ -270,21 +270,6 @@
<artifactId>maven-install-plugin</artifactId>
<version>3.0.0-M1</version>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>7.0.4</version>
<configuration>
<suppressionFile>cve-supressions.xml</suppressionFile>
</configuration>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment