readded owasp dep checker to Maven
This commit is contained in:
parent
e1fbf17d34
commit
02c48b2a2c
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -21,13 +21,8 @@ node {
|
||||
|
||||
app.inside {
|
||||
sh 'echo "Tests passed"'
|
||||
sh 'pwd'
|
||||
}
|
||||
|
||||
// let's not use the Volkswagen approach for security
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
12
pom.xml
12
pom.xml
@ -113,6 +113,18 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.owasp</groupId>
|
||||
<artifactId>dependency-check-maven</artifactId>
|
||||
<version>5.3.2</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>check</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user