-
Notifications
You must be signed in to change notification settings - Fork 45
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
Do not fail when dependency SHA cannot be read from file #175
Comments
you can find this code specifically for the java provider here: |
Hey @pranavgaikwad Can i take up this issue.. |
@punithnayak thank you! please take it away |
Hey @pranavgaikwad |
Hey @pranavgaikwad can you please tell me how resolve this issue |
I think that you need to add docker.io as a registry |
Hey in failure scenario I set `d.ResolvedIdentifier` as an empty string (d.ResolvedIdentifier = ""). Let me know if I need to set it to any other value. I think this is the only function that need to update maybe have to update also `parseMavenDepLines` function .. let me know if I am wrong. Issue: #175 --------- Signed-off-by: Parthiba-Hazra <[email protected]>
Fixed via #272 |
Right now, we fail and return if any one dependency SHA cant be found. We need to continue looking at other deps.
The text was updated successfully, but these errors were encountered: