From a1c9affdf0371ecface9379b7087fdc132e87f19 Mon Sep 17 00:00:00 2001 From: fossabot Date: Sun, 19 Oct 2025 09:04:46 -0700 Subject: [PATCH] Add license scan report and status Signed off by: fossabot --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ad95f3d..ccaef6e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # dockerctl +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fgo-swagger%2Fdockerctl.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fgo-swagger%2Fdockerctl?ref=badge_shield) + `dockerctl` is a command line client for [docker](https://www.docker.com/) REST API generated by [go-swagger](https://github.com/go-swagger/go-swagger) using docker engine open-api specification [swagger.yaml](https://github.com/docker/engine/blob/master/api/swagger.yaml). The command used to generate `dockerctl`: @@ -60,3 +62,7 @@ dockerctl image ImageList # Dev MISC go-swagger commit used: `45b969382a41474fda96a24dde7bc768023a5b83` + + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fgo-swagger%2Fdockerctl.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fgo-swagger%2Fdockerctl?ref=badge_large) \ No newline at end of file