Skip to content

Commit c5329b2

Browse files
OWASP Dependency Check Plugin
1 parent 3923c25 commit c5329b2

File tree

2 files changed

+625
-0
lines changed

2 files changed

+625
-0
lines changed

Diff for: pom.xml

+12
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,18 @@
5151
<target>11</target>
5252
</configuration>
5353
</plugin>
54+
<plugin>
55+
<groupId>org.owasp</groupId>
56+
<artifactId>dependency-check-maven</artifactId>
57+
<version>7.1.0</version>
58+
<executions>
59+
<execution>
60+
<goals>
61+
<goal>check</goal>
62+
</goals>
63+
</execution>
64+
</executions>
65+
</plugin>
5466
</plugins>
5567
</build>
5668

Diff for: target/dependency-check-report.html

+613
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)