reduce low priority Falco Slack alerts
Kube-bench CIS scan / Scan ephemeral K3s cluster (push) Successful in 1m4s

This commit is contained in:
2026-08-15 14:13:53 -04:00
parent 4484865bbf
commit 2ca1b150cc
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -29,6 +29,8 @@ kubectl create secret generic falco-alerting \
``` ```
The `webhook-url` key is injected into Falcosidekick as `SLACK_WEBHOOKURL`. The `webhook-url` key is injected into Falcosidekick as `SLACK_WEBHOOKURL`.
Falcosidekick sends only `WARNING` and higher priority events to Slack through
`SLACK_MINIMUMPRIORITY`. Lower-priority events remain available in Falco logs.
The Secret is intentionally not included in the Falco The Secret is intentionally not included in the Falco
Kustomization because ArgoCD must not manage or render the credential from Kustomization because ArgoCD must not manage or render the credential from
Git. Git.
@@ -20,3 +20,7 @@ spec:
secretKeyRef: secretKeyRef:
name: falco-alerting name: falco-alerting
key: webhook-url key: webhook-url
# Keep low-priority Falco events in cluster logs, but do not send
# NOTICE-level activity to the Slack alert channel.
- name: SLACK_MINIMUMPRIORITY
value: warning