Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit 5af197f

Browse files
committed
Merge remote-tracking branch 'origin/develop' into feature/dockerfile
2 parents 81042a3 + da9bba6 commit 5af197f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<i>HTTP Proxy<sup><a href="#beta">BETA</a></sup></i>
66
</h1>
77

8+
[![CircleCI](https://circleci.com/gh/secrethub/secrethub-http-proxy.svg)][circleci]
9+
[![Go Report Card](https://goreportcard.com/badge/github.com/secrethub/secrethub-http-proxy)][goreportcard]
10+
[![Version]( https://img.shields.io/github/release/secrethub/secrethub-http-proxy.svg)][latest-version]
11+
[![Discord](https://img.shields.io/badge/chat-on%20discord-7289da.svg?logo=discord)][discord]
12+
813
The SecretHub HTTP Proxy adds a RESTful interface to the [SecretHub Client](https://github.com/secrethub/secrethub-go).
914
Apps can this way still use SecretHub, without having to directly include the client as a binary dependency.
1015

@@ -112,4 +117,9 @@ To build the Docker image from scratch, you can use:
112117

113118
```
114119
docker build -t secrethub-http-proxy .
115-
```
120+
```
121+
122+
[circleci]: https://circleci.com/gh/secrethub/secrethub-http-proxy
123+
[discord]: https://discord.gg/NWmxVeb
124+
[latest-version]: https://github.com/secrethub/secrethub-http-proxy/releases/latest
125+
[goreportcard]: https://goreportcard.com/report/github.com/secrethub/secrethub-http-proxy

0 commit comments

Comments
 (0)