File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 34
34
</license >
35
35
</licenses >
36
36
<inceptionYear >2016</inceptionYear >
37
+ <properties >
38
+ <!-- ‣ maven plugins -->
39
+ <maven .owasp.dependency-check.version>9.2.0</maven .owasp.dependency-check.version>
40
+ </properties >
37
41
<scm >
38
42
<connection >scm:git:https://evolvis.org/anonscm/git/tartools/mvnparent.git</connection >
39
43
<
developerConnection >scm:git:ssh://
[email protected] /scmrepos/git/tartools/mvnparent.git</
developerConnection >
68
72
</execution >
69
73
</executions >
70
74
</plugin >
75
+ <plugin >
76
+ <!-- mvn -Ddependency-check.skip … -->
77
+ <groupId >org.owasp</groupId >
78
+ <artifactId >dependency-check-maven</artifactId >
79
+ <version >${maven.owasp.dependency-check.version} </version >
80
+ <inherited >false</inherited >
81
+ <executions >
82
+ <execution >
83
+ <id >owasp-check</id >
84
+ <phase >install</phase >
85
+ <goals >
86
+ <goal >aggregate</goal >
87
+ </goals >
88
+ <configuration >
89
+ <failBuildOnCVSS >8</failBuildOnCVSS >
90
+ <scanSet >
91
+ <fileSet >
92
+ <directory >src</directory >
93
+ </fileSet >
94
+ </scanSet >
95
+ <skipArtifactType >pom</skipArtifactType >
96
+ <!-- suppressionFiles>
97
+ <suppressionFile>src/main/ancillary/dependency-check-suppressions.xml</suppressionFile>
98
+ </suppressionFiles -->
99
+ </configuration >
100
+ </execution >
101
+ </executions >
102
+ </plugin >
71
103
<plugin >
72
104
<groupId >org.codehaus.mojo</groupId >
73
105
<artifactId >exec-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments