From 5615d1b0368103e282bd3a8874011676ad58730a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 10 Feb 2026 07:52:53 -0800 Subject: [PATCH] anubis: allow .zck files universally Signed-off-by: Kevin Fenzi --- roles/anubis/templates/policies.yaml.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/anubis/templates/policies.yaml.j2 b/roles/anubis/templates/policies.yaml.j2 index e44fe01272..a536f596d7 100644 --- a/roles/anubis/templates/policies.yaml.j2 +++ b/roles/anubis/templates/policies.yaml.j2 @@ -36,6 +36,9 @@ bots: - name: productmd user_agent_regex: productmd action: ALLOW + - name: zchunk + path_regex: '.*zck' + action: ALLOW - name: atlassian user_agent_regex: Atlassian-Jira-Automation/* action: ALLOW