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

Commit

Permalink
Merge pull request #20 from secrethub/feature/badges
Browse files Browse the repository at this point in the history
Add badges to the readme
  • Loading branch information
mackenbach authored Apr 30, 2019
2 parents 605aace + edfc75d commit da9bba6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
<i>HTTP Proxy<sup><a href="#beta">BETA</a></sup></i>
</h1>

[![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.

Expand Down Expand Up @@ -107,3 +112,8 @@ Build it using:
```
make build
```

[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

0 comments on commit da9bba6

Please sign in to comment.