mirror of
https://github.com/falcosecurity/falco.git
synced 2026-01-30 06:00:00 +00:00
C++ program that performs bad activities related to the current falco ruleset. There are configurable actions for almost all of the current ruleset, via the --action argument. By default runs in a loop forever. Can be overridden via --once. Also add a Dockerfile that compiles event_generator.cpp within an alpine linux image and copies it to /usr/local/bin. This image has been pushed to docker hub as "sysdig/falco-event-generator:latest". Add a Makefile that runs the right docker build command.
20 lines
390 B
Plaintext
20 lines
390 B
Plaintext
/build*
|
|
*~
|
|
test/falco_test.pyc
|
|
test/falco_tests.yaml
|
|
test/traces-negative
|
|
test/traces-positive
|
|
test/traces-info
|
|
test/job-results
|
|
test/.phoronix-test-suite
|
|
test/results*.json.*
|
|
|
|
userspace/falco/lua/re.lua
|
|
userspace/falco/lua/lpeg.so
|
|
|
|
docker/event-generator/event-generator
|
|
docker/event-generator/mysqld
|
|
docker/event-generator/httpd
|
|
docker/event-generator/sha1sum
|
|
docker/event-generator/vipw
|