From 4cc4df4fd5549508d666a12beeea8156b76b079a Mon Sep 17 00:00:00 2001 From: Paolo Invernizzi Date: Thu, 13 Jun 2024 01:12:06 +0200 Subject: [PATCH] Add CI badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3809968..3d766dc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![Simple CI](https://github.com/NamelessOne91/bisturi/actions/workflows/simple_ci.yml/badge.svg) + # bisturi Poor men's network analyzer @@ -5,4 +7,4 @@ The compiled binary executable for bisturi will attempt to create a new raw sock This will fail unless the program is run with root privileges, which is not advisable. You can use [setcap](https://man7.org/linux/man-pages/man8/setcap.8.html) to grant the binary executable *only* the capability to operate on raw sockets. -This is the default behaviour of the included Makefile's **build** command. \ No newline at end of file +This is the default behaviour of the included Makefile's **build** command.