From e1fd80b2ae9b36db98160af2a7f6efc1acf3e1b7 Mon Sep 17 00:00:00 2001
From: Joel Takvorian <jtakvori@redhat.com>
Date: Thu, 12 Jan 2023 17:55:25 +0100
Subject: [PATCH] Add goreport

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 31fb761b..4177e2af 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # Network Observability eBPF Agent
 
+[![Go Report Card](https://goreportcard.com/badge/github.com/netobserv/netobserv-ebpf-agent)](https://goreportcard.com/report/github.com/netobserv/netobserv-ebpf-agent)
+
 The Network Observability eBPF Agent allows collecting and aggregating all the ingress and
 egress flows on a Linux host (required a Kernel 4.18+ with eBPF enabled).
 
-- 
GitLab