We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c43f2 commit 3357cb8Copy full SHA for 3357cb8
pom.xml
@@ -1394,6 +1394,26 @@
1394
</plugins>
1395
</build>
1396
</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>
1417
</profiles>
1418
1419
<reporting>
0 commit comments