feat(dotnet): add support dependency location for nuget lock files (#3032)

This commit is contained in:
DmitriyLewen
2022-11-15 16:38:31 +06:00
committed by GitHub
parent eb571fdc40
commit dfff371f84
9 changed files with 148 additions and 8 deletions

View File

@@ -120,6 +120,15 @@ func TestFilesystem(t *testing.T) {
},
golden: "testdata/conan.json.golden",
},
{
name: "nuget",
args: args{
securityChecks: "vuln",
listAllPkgs: true,
input: "testdata/fixtures/fs/nuget",
},
golden: "testdata/nuget.json.golden",
},
{
name: "dockerfile",
args: args{