Skip to content

Commit

Permalink
fix(test/e2e): fixed event-generator cmdline arguments.
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 Feb 10, 2024
1 parent 31b7dc9 commit 3c992ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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],
'args': ['run', syscall, '--all'],
'privileged': True,
}

Expand Down

0 comments on commit 3c992ae

Please sign in to comment.