Skip to content

Commit

Permalink
chore: disable cri enrich on tests (aquasecurity#3624)
Browse files Browse the repository at this point in the history
  • Loading branch information
geyslan authored and AnaisUrlichs committed Nov 2, 2023
1 parent df7dad3 commit 7fecb43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/tracee.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ func startTracee(ctx context.Context, t *testing.T, cfg config.Config, output *c
}

cfg.Output = output
cfg.NoContainersEnrich = true

trc, err := tracee.New(cfg)
require.NoError(t, err)
Expand Down

0 comments on commit 7fecb43

Please sign in to comment.