From 73cd52e1303c3111b2bec0d6e7da0a25295aaeb5 Mon Sep 17 00:00:00 2001 From: Guilhem Lettron Date: Wed, 4 Jan 2017 17:54:37 +0100 Subject: [PATCH] Badges are fanzy you know --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 068cd6f..ab6ab18 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ ### **Vault-sync** +[![Build Status](https://travis-ci.org/fcantournet/vault-sync.svg?branch=master)](https://travis-ci.org/fcantournet/vault-sync) +[![Go Report Card](https://goreportcard.com/badge/github.com/fcantournet/vault-sync)](https://goreportcard.com/report/github.com/fcantournet/vault-sync) + --- Disclaimer : this started as a fork of the [vaultctl](https://github.com/UKHomeOffice/vaultctl) @@ -125,7 +128,7 @@ backends: oneshot: true - uri: roles/readonly sql: CREATE USER '{{name}}'@'%' IDENTIFIED BY '{{password}}';GRANT SELECT ON *.* TO '{{name}}'@'%' -``` +``` ###### - **Secrets** @@ -139,7 +142,7 @@ secrets: values: hello: world rohith: yes -``` +``` ###### - **Example Output**