Update dependency checker with updated maven too
Signed-off-by: Andrew DeMaria <lostonamountain@gmail.com>
This commit is contained in:
@@ -7,5 +7,10 @@ cache:
|
|||||||
- $HOME/.m2
|
- $HOME/.m2
|
||||||
install:
|
install:
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
|
before_script:
|
||||||
|
- wget http://www-us.apache.org/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz
|
||||||
|
- tar -xvf apache-maven-3.5.3-bin.tar.gz
|
||||||
|
- export M2_HOME=$PWD/apache-maven-3.5.3
|
||||||
|
- export PATH=$PWD/apache-maven-3.5.3/bin:$PATH
|
||||||
script:
|
script:
|
||||||
- mvn package install
|
- mvn package install
|
||||||
|
|||||||
@@ -205,7 +205,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.owasp</groupId>
|
<groupId>org.owasp</groupId>
|
||||||
<artifactId>dependency-check-maven</artifactId>
|
<artifactId>dependency-check-maven</artifactId>
|
||||||
<version>3.1.1</version>
|
<version>3.1.2</version>
|
||||||
<inherited>true</inherited>
|
<inherited>true</inherited>
|
||||||
<configuration>
|
<configuration>
|
||||||
<failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
|
<failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
|
||||||
|
|||||||
Reference in New Issue
Block a user