mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-18 08:41:31 +00:00
Remove remaining Digwatch references.
Remove remaining Digwatch references I noticed while getting up to speed.
This commit is contained in:
parent
14c1e30c24
commit
738f555bae
@ -15,7 +15,7 @@ For now, local compilation and installation is the way to install (see "Building
|
|||||||
|
|
||||||
## Configuring Falco
|
## Configuring Falco
|
||||||
|
|
||||||
Digwatch is primarily configured via two files: a configuration file (such as the `falco.yaml` in this repository) and a rules file (such as the `falco_rules.conf` file in `rules/`). These two files are written to `/etc` after you install the Falco package.
|
Falco is primarily configured via two files: a configuration file (such as the `falco.yaml` in this repository) and a rules file (such as the `falco_rules.conf` file in `rules/`). These two files are written to `/etc` after you install the Falco package.
|
||||||
|
|
||||||
### Rules file
|
### Rules file
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
--[[
|
--[[
|
||||||
Digwatch grammar and parser.
|
Falco grammar and parser.
|
||||||
|
|
||||||
Much of the scaffolding and helpers was derived from Andre Murbach Maidl's Lua parser (https://github.com/andremm/lua-parser).
|
Much of the scaffolding and helpers was derived from Andre Murbach Maidl's Lua parser (https://github.com/andremm/lua-parser).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user