-
Notifications
You must be signed in to change notification settings - Fork 88
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
SCIO: Detect frozen .NuGet dependencies locked with deplock #1263
Comments
mjherzog
changed the title
Detect frozen .NuGet dependencies locked with the deplock
SCIO: Detect frozen .NuGet dependencies locked with the deplock
Jun 11, 2024
pombredanne
changed the title
SCIO: Detect frozen .NuGet dependencies locked with the deplock
SCIO: Detect frozen .NuGet dependencies locked with deplock
Jun 20, 2024
There are two ways to approach this:
|
16 tasks
6 tasks
AyanSinhaMahapatra
added a commit
to aboutcode-org/scancode-toolkit
that referenced
this issue
Jun 26, 2024
Add handler for packages.lock.json in nuget Adds support for parsing resolved packages and dependency relationships from nuget lockfile `packages.lock.json`. Reference: aboutcode-org/scancode.io#1263 Signed-off-by: Tushar Goel <[email protected]> Signed-off-by: Ayan Sinha Mahapatra <[email protected]> Co-authored-by: Ayan Sinha Mahapatra <[email protected]>
@TG1999 any update? Is this completed in ScanCode.io? |
AyanSinhaMahapatra
added a commit
that referenced
this issue
Jul 1, 2024
Reference: #1262 Reference: #1263 Reference: #1278 Reference: #1279 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
AyanSinhaMahapatra
added a commit
that referenced
this issue
Jul 1, 2024
Reference: #1262 Reference: #1263 Reference: #1278 Reference: #1279 Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
tdruez
pushed a commit
that referenced
this issue
Jul 2, 2024
* Bump scancode-toolkit version to v32.2.1 Signed-off-by: Ayan Sinha Mahapatra <[email protected]> * Add tests for static dependency resolution Reference: #1262 Reference: #1263 Reference: #1278 Reference: #1279 Signed-off-by: Ayan Sinha Mahapatra <[email protected]> --------- Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
This is done with:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to collect frozen .NuGet dependencies locked with the deplock command that will be created with:
dotnet restore
and other built in commands dependency-inspector#11This should use the NuGet inspector that need to be bundled in the ScanCode.io Docker image and should run as part of the inspect package pipeline
The text was updated successfully, but these errors were encountered: