Skip to content

Commit 3357cb8

Browse files
jansupolsenivam
authored andcommitted
Add OWASP plugin to a profile
Signed-off-by: jansupol <[email protected]>
1 parent 48c43f2 commit 3357cb8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,6 +1394,26 @@
13941394
</plugins>
13951395
</build>
13961396
</profile>
1397+
<profile>
1398+
<id>scan</id>
1399+
<build>
1400+
<plugins>
1401+
<plugin>
1402+
<groupId>org.owasp</groupId>
1403+
<artifactId>dependency-check-maven</artifactId>
1404+
<version>12.1.1</version>
1405+
<!-- mvn -Pscan org.owasp:dependency-check-maven:check -->
1406+
<executions>
1407+
<execution>
1408+
<goals>
1409+
<goal>check</goal>
1410+
</goals>
1411+
</execution>
1412+
</executions>
1413+
</plugin>
1414+
</plugins>
1415+
</build>
1416+
</profile>
13971417
</profiles>
13981418

13991419
<reporting>

0 commit comments

Comments
 (0)