-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Yarn audit does not work with an external repository #7012
Comments
What exactly is happening on LINE 217 ? yarn/src/cli/commands/audit.js Lines 211 to 225 in 0f05203
Do you have an endpoint configured that automatically calls |
@abhisheksoni27 on line 217 the Line 21 in 0f05203
|
Hey, can I try to solve this bug? |
Hi @pratyushj, the issue already has its PR #7263. Thanks! |
This is still open in 2022, any update on this? |
any update? still seeing this in March 2022 |
Hi , Is this still open in 2022? |
Still open in 2023. |
Greetings from 2k24. |
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
When running
yarn audit
with the--registry
flag, it uses the main yarn repo anyway.If the current behavior is a bug, please provide the steps to reproduce.
Execute
yarn audit --registry https://registry.npmjs.org/
What is the expected behavior?
Audit calls are made to the defined registry. This is especially important for everyone with third party repo's where the outside world it blocked on CI agents. Or if you're using some kind of proxy.
Please mention your node.js, yarn and operating system version.
Mac Os Mojave
Yarn 1.13.0
Node 10.15.1
The text was updated successfully, but these errors were encountered: