Skip to content

Commit

Permalink
fix(falco): rules
Browse files Browse the repository at this point in the history
  • Loading branch information
rxbn committed Jul 18, 2024
1 parent 68b03ce commit b840bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/falco/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
falco_rules.local.yaml: |-
- macro: user_known_stand_streams_redirect_activities
condition: >
(k8s.ns.name="gitlab" and container.name in ("gitlab-shell", "gitlab-workhorse"))
(k8s.ns.name="gitlab" and container.name in ("gitaly", "gitlab-shell", "gitlab-workhorse"))
- list: user_known_packet_socket_binaries
items: [speaker]
Expand Down

0 comments on commit b840bd5

Please sign in to comment.