mirror of
https://github.com/falcosecurity/falco.git
synced 2025-10-21 11:29:26 +00:00
17 lines
148 B
Bash
Executable File
17 lines
148 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cat <<EOF
|
|
Hello, this is the Falco tester container.
|
|
|
|
How to use.
|
|
|
|
...
|
|
|
|
How to build.
|
|
|
|
...
|
|
|
|
Environment.
|
|
|
|
* ...
|
|
EOF |