Updated Running Falco (markdown)

Mark Stemm 2017-10-09 16:49:49 -07:00
parent 8ad357b312
commit f78a7376cb

@ -73,6 +73,11 @@ Options:
Can not be specified with -t. Can not be specified with -t.
-t <tag> Only run those rules with a tag=<tag>. Can be specified multiple times. -t <tag> Only run those rules with a tag=<tag>. Can be specified multiple times.
Can not be specified with -T/-D. Can not be specified with -T/-D.
-U,--unbuffered Turn off output buffering to configured outputs. This causes every
single line emitted by falco to be flushed, which generates higher CPU
usage but is useful when piping those outputs into another process
or into a script.
-V,--validate <rules_file> Read the contents of the specified rules file and exit
-v Verbose output. -v Verbose output.
--version Print version number. --version Print version number.
``` ```