Hello Community,
I tried executing the command given in the github repo for starting the task but it is getting failed after sometime with non-200 status code. i have added the logs from the terminal please let me know how to resolved it. ---------------------------------------------------------------------------------------------------------- $ gradle -PenableOwasp dependencyCheckAnalyze Starting a Gradle Daemon (subsequent builds will be faster) > Task :dependencyCheckAnalyze Verifying dependencies for project ofbiz Checking for updates and analyzing vulnerabilities for dependencies IO Exception: HEAD request returned a non-200 status code IO Exception: HEAD request returned a non-200 status code IO Exception: HEAD request returned a non-200 status code IO Exception: HEAD request returned a non-200 status code IO Exception: HEAD request returned a non-200 status code IO Exception: HEAD request returned a non-200 status code IO Exception: HEAD request returned a non-200 status code IO Exception: HEAD request returned a non-200 status code IO Exception: HEAD request returned a non-200 status code IO Exception: HEAD request returned a non-200 status code IO Exception: HEAD request returned a non-200 status code IO Exception: HEAD request returned a non-200 status code IO Exception: HEAD request returned a non-200 status code IO Exception: HEAD request returned a non-200 status code IO Exception: HEAD request returned a non-200 status code IO Exception: HEAD request returned a non-200 status code IO Exception: HEAD request returned a non-200 status code IO Exception: HEAD request returned a non-200 status code > Task :dependencyCheckAnalyze FAILED Unable to download the NVD CVE data; the results may not include the most recent CPE/CVEs from the NVD. Unable to update Cached Web DataSource, using local data instead. Results may not include recent vulnerabilities. No documents exist Unable to continue dependency-check analysis. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':dependencyCheckAnalyze'. > Analysis failed. * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 2m 52s 1 actionable task: 1 executed Regards, Sumesh --------------------------------------------------------------------------------------------
