Skip to content

Commit

Permalink
chore(tests): pin event-generator 0.10.2.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP authored and poiana committed Jan 31, 2024
1 parent b505879 commit 3d757a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/tests/commons/sinspqa/event_generator.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
def container_spec(syscall: str) -> dict:
return {
'image': 'falcosecurity/event-generator',
'args': ['run', syscall, '--all'],
'image': 'falcosecurity/event-generator:0.10.2',
'args': ['run', syscall],
'privileged': True,
}

Expand Down

0 comments on commit 3d757a2

Please sign in to comment.