From ac40bbd976e5c214e874437b5eefc46c7a5c185b Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Fri, 13 May 2022 10:24:55 +0000 Subject: [PATCH] docs(readme): remove snyk badge --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index da6029d..40f85d8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ ![CI](https://github.com/fastify/fastify-basic-auth/workflows/CI/badge.svg?branch=master) [![NPM version](https://img.shields.io/npm/v/@fastify/basic-auth.svg?style=flat)](https://www.npmjs.com/package/@fastify/basic-auth) -[![Known Vulnerabilities](https://snyk.io/test/github/fastify/fastify-basic-auth/badge.svg)](https://snyk.io/test/github/fastify/fastify-basic-auth) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/) A simple basic auth plugin for Fastify.