open-> closed check not takingin to account annotation and filtering out

cases where the From is already a CIDR.
This commit is contained in:
2025-01-17 20:43:55 +01:00
parent b7a0b6a557
commit 2066aad656
4 changed files with 123 additions and 38 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ build: vet
mkdir -p bin
go build -o bin ./cmd/...
install:
install: build
go install ./...
test: build