From e33d92ce9e968cbfbde87e3d88c6bb2e2f6e8064 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Wed, 30 Jul 2025 23:07:31 -0400 Subject: [PATCH] docs: add LFX Insights badges This adds the LFX Health score and 2 contributor badges to the README. Nice work on scoring an excellent! Signed-off-by: Jorge O. Castro --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 540fe93a36..1095abfe53 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/containers/libpod)](https://goreportcard.com/report/github.com/containers/libpod) [![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) +[![LFX Contributors](https://insights.linuxfoundation.org/api/badge/contributors?project=containers-podman)](https://insights.linuxfoundation.org/project/containers-podman) +[![LFX Active Contributors](https://insights.linuxfoundation.org/api/badge/active-contributors?project=containers-podman)](https://insights.linuxfoundation.org/project/containers-podman) +
Podman (the POD MANager) is a tool for managing containers and images, volumes mounted into those containers, and pods made from groups of containers.