From 596c893f5d922ac5dd11022b7594ec41eaa64a85 Mon Sep 17 00:00:00 2001 From: Anthony Brown <121869075+anthony-nhs@users.noreply.github.com> Date: Thu, 8 May 2025 09:53:10 +0000 Subject: [PATCH] add cidr range for git secret --- .gitallowed | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitallowed b/.gitallowed index 9f33d492..f5db9f20 100644 --- a/.gitallowed +++ b/.gitallowed @@ -9,6 +9,8 @@ id-token: write # Allow CIDR blocks in CloudFormation templates and related files CidrBlock: "10\.\d{1,3}\.\d{1,3}\.\d{1,3}/\d{1,2}" DestinationCidrBlock: "0\.0\.0\.0/0" +CidrIp: 127\.0\.0\.1/32 +CidrIp: 0\.0\.0\.0/0 # Java corretto is not a secret .*java corretto.*