File tree 1 file changed +22
-15
lines changed
1 file changed +22
-15
lines changed Original file line number Diff line number Diff line change 337
337
</executions>
338
338
-->
339
339
</plugin >
340
- <plugin >
341
- <groupId >org.owasp</groupId >
342
- <artifactId >dependency-check-maven</artifactId >
343
- <version >6.1.0</version >
344
- <configuration >
345
- <failBuildOnCVSS >8.0</failBuildOnCVSS >
346
- </configuration >
347
- <executions >
348
- <execution >
349
- <goals >
350
- <goal >check</goal >
351
- </goals >
352
- </execution >
353
- </executions >
354
- </plugin >
355
340
<!-- TODO: Add the SNYK plugin-->
356
341
<!-- https://github.com/snyk/snyk-maven-plugin -->
357
342
394
379
395
380
396
381
<profiles >
382
+ <profile >
383
+ <id >local</id >
384
+ <build >
385
+ <plugins >
386
+ <plugin >
387
+ <groupId >org.owasp</groupId >
388
+ <artifactId >dependency-check-maven</artifactId >
389
+ <version >6.1.0</version >
390
+ <configuration >
391
+ <failBuildOnCVSS >8.0</failBuildOnCVSS >
392
+ </configuration >
393
+ <executions >
394
+ <execution >
395
+ <goals >
396
+ <goal >check</goal >
397
+ </goals >
398
+ </execution >
399
+ </executions >
400
+ </plugin >
401
+ </plugins >
402
+ </build >
403
+ </profile >
397
404
<profile >
398
405
<id >snapshot-release</id >
399
406
<build >
You can’t perform that action at this time.
0 commit comments