feat: add support for gradle.lockfile (#2759)

This commit is contained in:
DmitriyLewen
2022-09-01 14:27:36 +06:00
committed by GitHub
parent 43113bc01f
commit a000adeed0
14 changed files with 335 additions and 30 deletions

View File

@@ -73,6 +73,14 @@ func TestFilesystem(t *testing.T) {
},
golden: "testdata/pom.json.golden",
},
{
name: "gradle",
args: args{
securityChecks: "vuln",
input: "testdata/fixtures/fs/gradle",
},
golden: "testdata/gradle.json.golden",
},
{
name: "dockerfile",
args: args{