From 1c47fb17f3b0c3da9ff45960487f93fc03ba1bf4 Mon Sep 17 00:00:00 2001 From: Kazuyoshi Kato Date: Tue, 10 Aug 2021 09:44:59 -0700 Subject: [PATCH] docs: remove FOSSA's badge The automated scan doesn't work correctly and it would give contributors a doubt regarding containerd's license. Signed-off-by: Kazuyoshi Kato --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 87e7c7c0d..3d2961d2c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![PkgGoDev](https://pkg.go.dev/badge/github.com/containerd/containerd)](https://pkg.go.dev/github.com/containerd/containerd) [![Build Status](https://github.com/containerd/containerd/workflows/CI/badge.svg)](https://github.com/containerd/containerd/actions?query=workflow%3ACI) [![Nightlies](https://github.com/containerd/containerd/workflows/Nightly/badge.svg)](https://github.com/containerd/containerd/actions?query=workflow%3ANightly) -[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fcontainerd%2Fcontainerd.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fcontainerd%2Fcontainerd?ref=badge_shield) [![Go Report Card](https://goreportcard.com/badge/github.com/containerd/containerd)](https://goreportcard.com/report/github.com/containerd/containerd) [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/1271/badge)](https://bestpractices.coreinfrastructure.org/projects/1271)