Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upYarn audit does not work with an external repository #7012
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
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 |
This comment has been minimized.
This comment has been minimized.
|
@abhisheksoni27 on line 217 the Line 21 in 0f05203 |
This comment has been minimized.
This comment has been minimized.
|
Hey, can I try to solve this bug? |
This comment has been minimized.
This comment has been minimized.
|
Hi @pratyushj, the issue already has its PR #7263. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
When running
yarn auditwith the--registryflag, 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