From 6b1941b87fb091f6fb9d26ba7107411bc3afbdf9 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Thu, 29 Mar 2018 13:52:23 +0000 Subject: [PATCH 1/2] docs(readme): add Greenkeeper badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c91125c..2a84411 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # node-secdownload + +[![Greenkeeper badge](https://badges.greenkeeper.io/hillct/node-secdownload.svg)](https://greenkeeper.io/) [![Build Status](https://travis-ci.org/hillct/node-secdownload.svg?branch=develop)](https://travis-ci.org/hillct/node-secdownload) [![Coverage Status](https://coveralls.io/repos/github/hillct/node-secdownload/badge.svg?branch=develop)](https://coveralls.io/github/hillct/node-secdownload?branch=develop) [![bitHound Overall Score](https://www.bithound.io/github/hillct/node-secdownload/badges/score.svg)](https://www.bithound.io/github/hillct/node-secdownload) From 24da7094821e7b851eeb9b38216516d3f2390d2f Mon Sep 17 00:00:00 2001 From: hillct Date: Thu, 29 Mar 2018 10:50:00 -0400 Subject: [PATCH 2/2] Added CodeClimate badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f75514f..a47cfc1 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,6 @@ [![Build Status](https://travis-ci.org/hillct/node-secdownload.svg?branch=master)](https://travis-ci.org/hillct/node-secdownload) [![Coverage Status](https://coveralls.io/repos/github/hillct/node-secdownload/badge.svg?branch=master)](https://coveralls.io/github/hillct/node-secdownload?branch=master) [![bitHound Overall Score](https://www.bithound.io/github/hillct/node-secdownload/badges/score.svg)](https://www.bithound.io/github/hillct/node-secdownload) +[![Maintainability](https://api.codeclimate.com/v1/badges/292099dc306602809560/maintainability)](https://codeclimate.com/github/hillct/node-secdownload/maintainability) Ephemeral Download URL security module modeled after mod_secDownload from Lighttpd. This module includes both a client (hash generation) and server (Hash testing) implementation. More documentation to follow...