Skip to content

Commit 8c02944

Browse files
authored
fix: typo
1 parent 06d7438 commit 8c02944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ All the tests are read from an YAML file or a directory (step **1**) and the res
225225

226226
## Development
227227

228-
- You will need Go version 1.20.x or higher. Download the latest version of [just](https://github.com/casey/just/releases). To build the project you can use `just build`. The resulting binary will be in `cmd/netassert/cli/netassert`. To run `unit` tests you can use `just test`. There is a seperate [README.md](./e2e/README.md) that details `end-to-end` testing.
228+
- You will need Go version 1.20.x or higher. Download the latest version of [just](https://github.com/casey/just/releases). To build the project you can use `just build`. The resulting binary will be in `cmd/netassert/cli/netassert`. To run `unit` tests you can use `just test`. There is a separate [README.md](./e2e/README.md) that details `end-to-end` testing.
229229

230230
## Quick testing
231231

@@ -315,7 +315,7 @@ The list of required permissions can be found in the `netassert` ClusterRole `ku
315315

316316
## Limitations
317317

318-
- When performing UDP scanning, the sniffer container [image](https://github.com/controlplaneio/netassertv2-packet-sniffer) needs `cap_net_raw` capability so that it can bind and read packets from the network interface. As a result, admission controllers or other security mechanisms must be modified to allow the `sniffer` image to run with this capability. Currenlty, the Security context used by the ephemeral sniffer container looks like the following:
318+
- When performing UDP scanning, the sniffer container [image](https://github.com/controlplaneio/netassertv2-packet-sniffer) needs `cap_net_raw` capability so that it can bind and read packets from the network interface. As a result, admission controllers or other security mechanisms must be modified to allow the `sniffer` image to run with this capability. Currently, the Security context used by the ephemeral sniffer container looks like the following:
319319

320320
```yaml
321321
...

0 commit comments

Comments
 (0)