From ee51d99a3c9b8e5cfc3c32859075d1b820097773 Mon Sep 17 00:00:00 2001 From: "Daniel R. Dagfinrud" Date: Fri, 24 Nov 2023 10:40:24 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bb4fcd..8a00416 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Using Netfetch Tool -The `netfetch` tool is designed to scan Kubernetes namespaces for network policies, comparing them with a predefined standard to ensure they adhere to best practices. This document guides you on how to use `netfetch` to perform these scans. +The `netfetch` tool is designed to scan Kubernetes namespaces for network policies, checking if there are implicit defautl deny policies in place or any other policy targetting the pods. This document guides you on how to use `netfetch` to perform these scans. ## Contribute Feel free to contribute. Open issues or create a pull request if there is something missing that you would like to see.