mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-22 07:10:41 -08:00
test(go): add integration tests for gomod (#1989)
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user