mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-22 07:10:41 -08:00
chore(mod): update fanal (#1179)
* chore(mod): update fanal * test(integration): fix error message * test(integration): skip reaper
This commit is contained in:
@@ -591,6 +591,8 @@ func setupRedis(t *testing.T, ctx context.Context) (testcontainers.Container, st
|
||||
Name: "redis",
|
||||
Image: imageName,
|
||||
ExposedPorts: []string{port},
|
||||
SkipReaper: true,
|
||||
AutoRemove: true,
|
||||
}
|
||||
|
||||
redis, err := testcontainers.GenericContainer(ctx, testcontainers.GenericContainerRequest{
|
||||
|
||||
Reference in New Issue
Block a user