From ace4b807f4a2798728ecbf28c65420423dc2b482 Mon Sep 17 00:00:00 2001 From: zachjsh Date: Tue, 13 Jul 2021 04:43:31 -0400 Subject: [PATCH] update dependency-check cron job to purge cache before checking (#11436) The dependency-check cron job now purges any caches NVD before performing dependency check. Without this, a high CVE vulernability was reported in this job a few months after the nvd was updated for it. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e76ecf5c3a7..4211f1897b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -713,7 +713,7 @@ jobs: stage: cron install: skip script: |- - ${MVN} dependency-check:aggregate -pl '!integration-tests' || { echo " + ${MVN} dependency-check:purge dependency-check:aggregate -pl '!integration-tests' || { 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