From 662154a94044233a6f38b86c3687837b9e426723 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 8 Aug 2025 01:15:55 +0200 Subject: [PATCH] api: README: add badges Signed-off-by: Sebastiaan van Stijn --- api/README.md | 7 +++++++ vendor/github.com/moby/moby/api/README.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/api/README.md b/api/README.md index ed084daeae..bab7290b4e 100644 --- a/api/README.md +++ b/api/README.md @@ -1,5 +1,12 @@ # Engine API +[![PkgGoDev](https://pkg.go.dev/badge/github.com/moby/moby/api)](https://pkg.go.dev/github.com/moby/moby/api) +![GitHub License](https://img.shields.io/github/license/moby/moby) +[![Go Report Card](https://goreportcard.com/badge/github.com/moby/moby/api)](https://goreportcard.com/report/github.com/moby/moby/api) +[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/moby/moby/badge)](https://scorecard.dev/viewer/?uri=github.com/moby/moby) +[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/10989/badge)](https://www.bestpractices.dev/projects/10989) + + The Engine API is an HTTP API used by the command-line client to communicate with the daemon. It can also be used by third-party software to control the daemon. It consists of various components in this repository: diff --git a/vendor/github.com/moby/moby/api/README.md b/vendor/github.com/moby/moby/api/README.md index ed084daeae..bab7290b4e 100644 --- a/vendor/github.com/moby/moby/api/README.md +++ b/vendor/github.com/moby/moby/api/README.md @@ -1,5 +1,12 @@ # Engine API +[![PkgGoDev](https://pkg.go.dev/badge/github.com/moby/moby/api)](https://pkg.go.dev/github.com/moby/moby/api) +![GitHub License](https://img.shields.io/github/license/moby/moby) +[![Go Report Card](https://goreportcard.com/badge/github.com/moby/moby/api)](https://goreportcard.com/report/github.com/moby/moby/api) +[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/moby/moby/badge)](https://scorecard.dev/viewer/?uri=github.com/moby/moby) +[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/10989/badge)](https://www.bestpractices.dev/projects/10989) + + The Engine API is an HTTP API used by the command-line client to communicate with the daemon. It can also be used by third-party software to control the daemon. It consists of various components in this repository: