feat(nodejs): add dependency line numbers for npm lock files (#2932)

This commit is contained in:
DmitriyLewen
2022-10-12 18:22:34 +06:00
committed by GitHub
parent a8ff5f06b5
commit ca434f7f26
11 changed files with 566 additions and 10 deletions

View File

@@ -65,6 +65,7 @@ func TestFilesystem(t *testing.T) {
args: args{
securityChecks: "vuln",
input: "testdata/fixtures/fs/nodejs",
listAllPkgs: true,
},
golden: "testdata/nodejs.json.golden",
},