-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create command to generate Falco events #42
Comments
Notice also that integrations uses the current "sysdig/falco-event-generator" docker image. This means we need to build the new "falco/falco-event-generator" docker image starting from the library we'll create in falcoctl for this matter. |
I can work on this once we make a decision on falcosecurity/falco#1089 |
Update (see also falcosecurity/falco#1089 (comment) ): Assuming that the new event-generator is a full-featured CLI, I am not sure if we should implement the command here. My alternative Rationale Proposal Ofc, this approach can be generalized for other tools, eventually. WDYT? cc @leodido |
Replaced by #94 |
What would you like to be added:
A command (and the relative library) to generate Falco events.
It should do what https://github.com/falcosecurity/falco/blob/dev/docker/event-generator/event_generator.cpp does.
Why is this needed:
To remove the docker/event-generator directory from Falco repository and provide the events generator via
falcoctl
.The text was updated successfully, but these errors were encountered: