-
Notifications
You must be signed in to change notification settings - Fork 35
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
getting error on build ci/cd #79
Comments
hmm, interesting. Can you share the lockfile that caused this so we can test? |
@JustFly1984 if I have to assume it seems like you have a package there installed from github directly, where as in the hosts you are only allowing packages fetched from the yarn registry mirror. Is this what is happening? If you wanted to whitelist all of github as a trusted source of packages:
|
I got the solution, but I do not consider github as safe source of direct dependencies at this moment. The issue is that I would not like dependencies of subdependencies to source from github directly. It is suspicious that cypress has this published in 4.2.0 version. I’ve cross linked issues in cypress repo |
So sounds like you indeed found a situation with that dependencies and best to check with the direct parent of it. Can you share the github issue link? I'll be happy to follow up on it and also get the context for it. |
@lirantal I think you can close the issue 🙂 |
Yes indeed, thanks for the ping @XhmikosR 🙏 |
is it false positive? how can I fix it? have tried to clear cache, node_modules and regenerate yarn.lock
Our build pipeline is broken. Please provide an advise.
The text was updated successfully, but these errors were encountered: