feat(python): add dependency tree for poetry lock file (#3665)

Co-authored-by: knqyf263 <knqyf263@gmail.com>
This commit is contained in:
DmitriyLewen
2023-02-26 17:15:00 +03:00
committed by GitHub
parent 33909d9df3
commit 3ff5699b4b
10 changed files with 454 additions and 11 deletions

View File

@@ -108,6 +108,15 @@ func TestFilesystem(t *testing.T) {
},
golden: "testdata/pipenv.json.golden",
},
{
name: "poetry",
args: args{
scanner: types.VulnerabilityScanner,
listAllPkgs: true,
input: "testdata/fixtures/fs/poetry",
},
golden: "testdata/poetry.json.golden",
},
{
name: "pom",
args: args{