Skip to content

Commit

Permalink
apps: Allow calico-accountant drop and execute in Falco
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnq committed Oct 12, 2023
1 parent e06aebb commit cc88455
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helmfile/values/falco/falco-common.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,10 @@ customRules:
- list: known_binaries_to_read_environment_variables_from_proc_files
append: true
items: [systemd-run, rook, udevadm]
- list: known_drop_and_execute_containers
append: true
items:
- ghcr.io/elastisys/calico-accountant # when .calicoAccountant.backend = nftables
falcosidekick:
enabled: {{ .Values.falco.alerts.enabled }}
config:
Expand Down

0 comments on commit cc88455

Please sign in to comment.