From f3e0a8b41a9bc72c24321931a4cc2c18b9de2b6a Mon Sep 17 00:00:00 2001 From: Snyk Community Date: Thu, 13 Oct 2016 17:10:34 +0300 Subject: [PATCH] =?UTF-8?q?Badge=20to=20show=20you=E2=80=99re=20free=20of?= =?UTF-8?q?=20known=20vulnerabilities?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit marvel-api has no vulnerabilities, which is awesome! This PR adds a badge that shows you’re free of known vulnerabilities. Note that the badge works off the latest master branch. Adding the badge will show others that you care about security, and that they should care, too. (It will also help to spread the word about Snyk, which would benefit us a lot!). Check our [documentation](https://snyk.io/docs/badges/#github-badge) if you’d like to know more about our badges. Stay secure, The Snyk team --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8889470..3dd56ba 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -marvel-api [![Build Status](https://travis-ci.org/fiveisprime/marvel-api.svg?branch=master)](https://travis-ci.org/fiveisprime/marvel-api) [![NPM version](https://badge.fury.io/js/marvel-api.svg)](http://badge.fury.io/js/marvel-api) +marvel-api [![Build Status](https://travis-ci.org/fiveisprime/marvel-api.svg?branch=master)](https://travis-ci.org/fiveisprime/marvel-api) [![NPM version](https://badge.fury.io/js/marvel-api.svg)](http://badge.fury.io/js/marvel-api) [![Known Vulnerabilities](https://snyk.io/test/github/fiveisprime/marvel-api/badge.svg)](https://snyk.io/test/github/fiveisprime/marvel-api) ========== Node.js wrapper for working with the official Marvel Comics API