test(go): add integration tests for gomod (#1989)

This commit is contained in:
afdesk
2022-04-14 16:38:54 +06:00
committed by GitHub
parent 22f5b938f9
commit 3b6d65beb8
11 changed files with 1612 additions and 1 deletions

View File

@@ -30,6 +30,14 @@ func TestFilesystem(t *testing.T) {
args args
golden string
}{
{
name: "gomod",
args: args{
securityChecks: "vuln",
input: "testdata/fixtures/fs/gomod",
},
golden: "testdata/gomod.json.golden",
},
{
name: "nodejs",
args: args{