feat: add support for mix.lock files for elixir language (#3328)

Co-authored-by: knqyf263 <knqyf263@gmail.com>
This commit is contained in:
DmitriyLewen
2022-12-29 16:18:51 +03:00
committed by GitHub
parent a888440922
commit eaa5bcf7d2
22 changed files with 451 additions and 26 deletions

View File

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