Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Greenkeeper badge 🌴 #1

Merged
merged 3 commits into from
Mar 29, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# 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=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...