Browse code

client: README: add badges

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2025/08/08 08:16:53
Showing 2 changed files
... ...
@@ -1,5 +1,11 @@
1 1
 # Go client for the Docker Engine API
2 2
 
3
+[![PkgGoDev](https://pkg.go.dev/badge/github.com/moby/moby/client)](https://pkg.go.dev/github.com/moby/moby/client)
4
+![GitHub License](https://img.shields.io/github/license/moby/moby)
5
+[![Go Report Card](https://goreportcard.com/badge/github.com/moby/moby/client)](https://goreportcard.com/report/github.com/moby/moby/client)
6
+[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/moby/moby/badge)](https://scorecard.dev/viewer/?uri=github.com/moby/moby)
7
+[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/10989/badge)](https://www.bestpractices.dev/projects/10989)
8
+
3 9
 The `docker` command uses this package to communicate with the daemon. It can
4 10
 also be used by your own Go applications to do anything the command-line
5 11
 interface does; running containers, pulling or pushing images, etc.
... ...
@@ -1,5 +1,11 @@
1 1
 # Go client for the Docker Engine API
2 2
 
3
+[![PkgGoDev](https://pkg.go.dev/badge/github.com/moby/moby/client)](https://pkg.go.dev/github.com/moby/moby/client)
4
+![GitHub License](https://img.shields.io/github/license/moby/moby)
5
+[![Go Report Card](https://goreportcard.com/badge/github.com/moby/moby/client)](https://goreportcard.com/report/github.com/moby/moby/client)
6
+[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/moby/moby/badge)](https://scorecard.dev/viewer/?uri=github.com/moby/moby)
7
+[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/10989/badge)](https://www.bestpractices.dev/projects/10989)
8
+
3 9
 The `docker` command uses this package to communicate with the daemon. It can
4 10
 also be used by your own Go applications to do anything the command-line
5 11
 interface does; running containers, pulling or pushing images, etc.