From 8e55b67410a033ce2ed017e6ad2ffa1d23c4e545 Mon Sep 17 00:00:00 2001 From: shiavm006 Date: Tue, 30 Sep 2025 10:17:18 +0530 Subject: [PATCH] docs: fix Go Report Card badge to reference current repository Update the Go Report Card badge in README.md to reference the current containers/podman repository instead of the outdated containers/libpod repository. This ensures consistency with other badges and prevents potential confusion for contributors. Signed-off-by: shiavm006 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61f456bfa7..b280ff40b7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Podman: A tool for managing OCI containers and pods ![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg) ![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/containers/podman) -[![Go Report Card](https://goreportcard.com/badge/github.com/containers/libpod)](https://goreportcard.com/report/github.com/containers/libpod) +[![Go Report Card](https://goreportcard.com/badge/github.com/containers/podman)](https://goreportcard.com/report/github.com/containers/podman) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/10499/badge)](https://www.bestpractices.dev/projects/10499) [![LFX Health Score](https://insights.linuxfoundation.org/api/badge/health-score?project=containers-podman)](https://insights.linuxfoundation.org/project/containers-podman)