Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 2e8b029

Browse files
ashkucr22rc
authored andcommitted
FAB-10254 Add Support for OWASP DependencyCheck
OWASP DependencyCheck module finds vulnerabilities in the jar file that Java SDK depends on Change-Id: I167c27b6a933ac59a7e7af2d300caeceadc4873e Signed-off-by: ASHUTOSH KUMAR <ashutosh_kumar@hotmail.com>
1 parent cf57b40 commit 2e8b029

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,20 @@
508508
</archive>
509509
</configuration>
510510
</plugin>
511+
512+
<plugin>
513+
<groupId>org.owasp</groupId>
514+
<artifactId>dependency-check-maven</artifactId>
515+
<version>3.2.0</version>
516+
<executions>
517+
<execution>
518+
<goals>
519+
<goal>check</goal>
520+
</goals>
521+
</execution>
522+
</executions>
523+
</plugin>
524+
511525
</plugins>
512526
</build>
513527
<distributionManagement>

0 commit comments

Comments
 (0)