Skip to content

Commit

Permalink
dependency check with inhert instead of aggregate (#11709)
Browse files Browse the repository at this point in the history
  • Loading branch information
clintropolis authored Sep 15, 2021
1 parent 0cbd71e commit 1370fcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ jobs:
stage: cron
install: skip
script: |-
${MVN} dependency-check:purge dependency-check:aggregate -pl '!integration-tests' || { echo "
${MVN} dependency-check:purge dependency-check:check || { echo "
The OWASP dependency check has found security vulnerabilities. Please use a newer version
of the dependency that does not have vulnerabilities. To see a report run
Expand Down
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,6 @@
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>6.0.3</version>
<inherited>false</inherited>
<configuration>
<failBuildOnCVSS>7</failBuildOnCVSS>
<skipProvidedScope>true</skipProvidedScope>
Expand All @@ -1505,9 +1504,6 @@
</configuration>
<executions>
<execution>
<goals>
<goal>aggregate</goal>
</goals>
<phase>none</phase> <!-- TODO: Consider enabling so part of dev flow instead of just CI -->
</execution>
</executions>
Expand Down

0 comments on commit 1370fcf

Please sign in to comment.