-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency-Check Core version 10.0.0 #6760
Comments
@damu9618 This is not a bug in the software, but a duplicate of #6758 |
@mprins could you please help us, If you have any work around to resolve this issue? |
if you look at your log - it appears that it was almost done updating but the job was cancelled? Possibly a timeout on your CI? the error messages like |
Also see #6758 |
@jeremylong I have tested my pipeline with 30minutes and 50 minutes on both cases I have the same issue |
see #6758 |
Describe the bug
Updating CVE: CVE-2023-24015:
NVD API request failures are occurring; retrying request for the n time
Version of dependency-check used
Dependency-Check Core version 10.0.0 : CLI
Log file
347.txt
To Reproduce
Steps to reproduce the behavior:
displayName: Run OWASP dependency check
inputs:
projectName: test
scanPath: ${{ parameters.scanDirectory }}
failOnCVSS: 7
format: HTML, JSON, JUNIT
suppressionPath: ${{ parameters.suppressionPath }}
reportsDirectory: ${{ parameters.outputDirectory }}
reportFilename: dependency-check-report
additionalArguments: '--nvdApiKey $(OWASPNVDAPIKey) --nvdApiDelay 16000'
warnOnCVSSViolation: false
continueOnError: false
Expected behavior
It is suppose to run without any issue
Additional context
Please note we are waiting for 50mins to complete this job however it is failing
The text was updated successfully, but these errors were encountered: