diff --git a/README.md b/README.md index 4269d24..9bf3c99 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,11 @@ HTTP ProxyBETA +[![CircleCI](https://circleci.com/gh/secrethub/secrethub-http-proxy.svg)][circleci] +[![Go Report Card](https://goreportcard.com/badge/github.com/secrethub/secrethub-http-proxy)][goreportcard] +[![Version]( https://img.shields.io/github/release/secrethub/secrethub-http-proxy.svg)][latest-version] +[![Discord](https://img.shields.io/badge/chat-on%20discord-7289da.svg?logo=discord)][discord] + The SecretHub HTTP Proxy adds a RESTful interface to the [SecretHub Client](https://github.com/secrethub/secrethub-go). Apps can this way still use SecretHub, without having to directly include the client as a binary dependency. @@ -112,4 +117,9 @@ To build the Docker image from scratch, you can use: ``` docker build -t secrethub-http-proxy . -``` \ No newline at end of file +``` + +[circleci]: https://circleci.com/gh/secrethub/secrethub-http-proxy +[discord]: https://discord.gg/NWmxVeb +[latest-version]: https://github.com/secrethub/secrethub-http-proxy/releases/latest +[goreportcard]: https://goreportcard.com/report/github.com/secrethub/secrethub-http-proxy