@@ -202,7 +202,7 @@ There are two options to solve this:
}
```
2. Setup a [local mirror of NVD Data files](https://jeremylong.github.io/DependencyCheck/data/mirrornvd.html)(this solution might be required if your GitLab runners cannot reach the NVD API).
* You can use the [vulnz](https://github.com/jeremylong/Open-Vulnerability-Project/tree/main/vulnz) tool to automate the sync of Data files from the NVD API. It fetches the vulnerabilities and store them as data feeds (the data feeds will be stored as JSON files with the NVD Vulnerability Data API version 2.0 schema).<br/>
* You can use the [vulnz](https://github.com/jeremylong/open-vulnerability-cli) tool to automate the sync of Data files from the NVD API. It fetches the vulnerabilities and store them as data feeds (the data feeds will be stored as JSON files with the NVD Vulnerability Data API version 2.0 schema).<br/>
:information_source: You should store those files in a place reachable by your GitLab runners.
* Then simply configure this URL as a `datafeedUrl` in your Gradle file: