Skip to content

Commit 0a062e8

Browse files
authored
Fix: [AEA-0000] - add cidr range for git secret (#284)
## Summary - Routine Change ### Details - add cidr range for git secret
1 parent 0e9ec2e commit 0a062e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitallowed

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ id-token: write
99
# Allow CIDR blocks in CloudFormation templates and related files
1010
CidrBlock: "10\.\d{1,3}\.\d{1,3}\.\d{1,3}/\d{1,2}"
1111
DestinationCidrBlock: "0\.0\.0\.0/0"
12+
CidrIp: 127\.0\.0\.1/32
13+
CidrIp: 0\.0\.0\.0/0
1214

1315
# Java corretto is not a secret
1416
.*java corretto.*

0 commit comments

Comments
 (0)