From 4973e6b599ebfbec0b933d311ef49fdf62196d5b Mon Sep 17 00:00:00 2001 From: dmabry Date: Fri, 8 May 2026 19:01:17 -0500 Subject: [PATCH] Remove: Drone CI badge and replace with GitHub Actions badges - Removed deprecated drone.dmabry.net build status badge - Added Go Tests workflow badge from GitHub Actions - Added Security Scan workflow badge from GitHub Actions - Aligns with current CI/CD infrastructure using only GitHub Actions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 407c2c2..323a59d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ Slinging packets since 2022! For sending fabricated Netflow v9 traffic to a collector for testing -[![Build Status](https://drone.dmabry.net/api/badges/dmabry/flowgre/status.svg?ref=refs/heads/main)](https://drone.dmabry.net/dmabry/flowgre) +[![Go Tests](https://github.com/dmabry/flowgre/actions/workflows/go-test.yml/badge.svg)](https://github.com/dmabry/flowgre/actions/workflows/go-test.yml) +[![Security Scan](https://github.com/dmabry/flowgre/actions/workflows/security.yml/badge.svg)](https://github.com/dmabry/flowgre/actions/workflows/security.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/dmabry/flowgre)](https://goreportcard.com/report/github.com/dmabry/flowgre) [![Go Reference](https://pkg.go.dev/badge/github.com/dmabry/flowgre.svg)](https://pkg.go.dev/github.com/dmabry/flowgre)