diff options
author | Tobias Trabelsi <64127335+tobias-trabelsi-sonarsource@users.noreply.github.com> | 2020-12-02 15:06:22 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-12-02 20:06:58 +0000 |
commit | 64f415e809d7e4ab44ecb7b25b036938f6ff8997 (patch) | |
tree | 4a1266cce2830a418168765175d5ada4ebed83b0 /.cirrus.yml | |
parent | 3472391d3f025d31bc0c3167f8818861a60c46ea (diff) | |
download | sonarqube-64f415e809d7e4ab44ecb7b25b036938f6ff8997.tar.gz sonarqube-64f415e809d7e4ab44ecb7b25b036938f6ff8997.zip |
[BUILD] removed nvd cache from owasp task
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 0cba0ff7cb3..82409fb87d1 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -469,11 +469,6 @@ owasp_check_task: # (example of error: "Hard resetting to c968ecaf7a1942dacecd78480b3751ac74d53c33...Failed to force reset to c968ecaf7a1942dacecd78480b3751ac74d53c33: object not found!") CIRRUS_CLONE_DEPTH: 50 SLACK_WEBHOOK_SQ: ENCRYPTED[dec8e4350cbea3b94d63098558bcb3ae9e79b71c2b6286fcfb9eb80c0953b6448b10f7271b07b5e75e52f362c25d7a8f] - nvd_cache: - # The NVD repository of vulnerabilities is big and should be cached so - # that consecutive runs download only changes, but not the whole repository. - folder: ~/.gradle/dependency-check-data - reupload_on_changes: true script: - gradle dependencyCheckAggregate on_failure: |