feat: add support for swift cocoapods lock files (#2956)

Co-authored-by: knqyf263 <knqyf263@gmail.com>
This commit is contained in:
DmitriyLewen
2022-12-11 20:15:10 +03:00
committed by GitHub
parent c67fe17b4e
commit aea298b3dc
17 changed files with 281 additions and 5 deletions

View File

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