Skip to content

Commit

Permalink
rule(macro user_known_k8s_client_container): Rephrase the comment
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroki Suezawa <suezawa@gmail.com>
  • Loading branch information
rung authored and leodido committed Dec 11, 2019
1 parent bcc84c4 commit 93fdf8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/falco_rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2646,8 +2646,8 @@
- list: k8s_client_binaries
items: [docker, kubectl, crictl]

# You can overwrite this macro to avoid false positives.
# (The default value is a condition for Kubernetes Cluster on GCP)
# Whitelist for known docker client binaries run inside container
# - k8s.gcr.io/fluentd-gcp-scaler in GCP/GKE
- macro: user_known_k8s_client_container
condition: (k8s.ns.name="kube-system" and container.image.repository=k8s.gcr.io/fluentd-gcp-scaler)

Expand Down

0 comments on commit 93fdf8e

Please sign in to comment.