Skip to content

Commit

Permalink
Update: fixed some wording in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deggja authored Nov 26, 2023
1 parent 79dd412 commit ba44324
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ Scan entire cluster.
netfetch scan
```

You can also specifiy namespaces when running netfetch.
Scan a namespace called production.

```sh
netfetch scan production
```

Launch interactive dashboard.
Launch dashboard.

```sh
netfetch dash
Expand All @@ -53,9 +53,9 @@ netfetch dash

## Netfetch score

The `netfetch` tool provides a simple but accurate score at the end of each scan. The score ranges from 1 to 42, with 1 being the lowest and 42 being the highest possible score.
The `netfetch` tool provides a basic score at the end of each scan. The score ranges from 1 to 42, with 1 being the lowest and 42 being the highest possible score.

This score reflects the security posture of your Kubernetes namespaces based on network policies and pod coverage. If changes are made based on recommendations from the initial scan, rerunning `netfetch` will likely result in a higher score.
This score reflects the security posture of your Kubernetes namespaces based on network policies and general policy coverage. If changes are made based on recommendations from the initial scan, rerunning `netfetch` will likely result in a higher score.

## Contribute
You are welcome to contribute!
Expand Down

0 comments on commit ba44324

Please sign in to comment.