-
Notifications
You must be signed in to change notification settings - Fork 315
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
Parsing NPM registry from .npmrc should support scope-specific registries #3741
Labels
analyzer
About the analyzer tool
enhancement
Issues that are considered to be enhancements
hacktoberfest
An issue suitable for the Hacktoberfest
Comments
sschuberth
added
analyzer
About the analyzer tool
enhancement
Issues that are considered to be enhancements
labels
Mar 9, 2021
Ah, thanks for raising this. Now I know why I couldn't get our custom npm package to work. To be explicit ORT is raising the following errors:
With the
If I understand it correctly, the |
This was obsoleted by #5162 which removed |
MarcelBochtler
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Jul 26, 2022
The issue [1] was resolved. [1]: oss-review-toolkit#3741 Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.io>
MarcelBochtler
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Jul 26, 2022
The issue [1] was resolved. [1]: oss-review-toolkit#3741 Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.io>
MarcelBochtler
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Jul 27, 2022
The issue [1] was resolved. [1]: oss-review-toolkit#3741 Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.io>
MarcelBochtler
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Jul 27, 2022
The issue [1] was resolved. [1]: oss-review-toolkit#3741 Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.io>
MarcelBochtler
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Jul 27, 2022
The issue [1] was resolved. [1]: oss-review-toolkit#3741 Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.io>
MarcelBochtler
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Jul 27, 2022
The issue [1] was resolved. [1]: oss-review-toolkit#3741 Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.io>
MarcelBochtler
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Aug 3, 2022
The issue [1] was resolved. [1]: oss-review-toolkit#3741 Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.io>
MarcelBochtler
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Aug 3, 2022
The issue [1] was resolved. [1]: oss-review-toolkit#3741 Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.io>
MarcelBochtler
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Aug 3, 2022
The issue [1] was resolved. [1]: oss-review-toolkit#3741 Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.io>
MarcelBochtler
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Aug 3, 2022
The issue [1] was resolved. [1]: oss-review-toolkit#3741 Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.io>
MarcelBochtler
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Aug 3, 2022
The issue [1] was resolved. [1]: oss-review-toolkit#3741 Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.io>
MarcelBochtler
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Aug 3, 2022
The issue [1] was resolved. [1]: oss-review-toolkit#3741 Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.io>
MarcelBochtler
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Aug 4, 2022
The issue [1] was resolved. [1]: oss-review-toolkit#3741 Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.io>
MarcelBochtler
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Aug 4, 2022
The issue [1] was resolved. [1]: oss-review-toolkit#3741 Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.io>
MarcelBochtler
added a commit
to boschglobal/oss-review-toolkit
that referenced
this issue
Aug 4, 2022
The issue [1] was resolved. [1]: oss-review-toolkit#3741 Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.io>
MarcelBochtler
added a commit
that referenced
this issue
Aug 5, 2022
The issue [1] was resolved. [1]: #3741 Signed-off-by: Marcel Bochtler <marcel.bochtler@bosch.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
analyzer
About the analyzer tool
enhancement
Issues that are considered to be enhancements
hacktoberfest
An issue suitable for the Hacktoberfest
Currently,
readRegistryFromNpmRc()
only supports "global" registries:ort/analyzer/src/main/kotlin/managers/utils/NodeSupport.kt
Line 147 in db219fe
But we should support the syntax for scope-specific registries, too, see
The text was updated successfully, but these errors were encountered: