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

Commit da9bba6

Browse files
authored
Merge pull request #20 from secrethub/feature/badges
Add badges to the readme
2 parents 605aace + edfc75d commit da9bba6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
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

@@ -107,3 +112,8 @@ Build it using:
107112
```
108113
make build
109114
```
115+
116+
[circleci]: https://circleci.com/gh/secrethub/secrethub-http-proxy
117+
[discord]: https://discord.gg/NWmxVeb
118+
[latest-version]: https://github.com/secrethub/secrethub-http-proxy/releases/latest
119+
[goreportcard]: https://goreportcard.com/report/github.com/secrethub/secrethub-http-proxy

0 commit comments

Comments
 (0)