From 84ddc55e977addfa643f1f1c3550e735791ab7c0 Mon Sep 17 00:00:00 2001 From: Dale Sande Date: Fri, 26 Aug 2022 15:12:05 -0700 Subject: [PATCH] feat(security): add npm package vulnerabilities badge #321 This commit will add an automated capability to the README docs to present a security vulnerabilities check. Changes to be committed: modified: componentDocs/partials/usage/componentInstall.md --- componentDocs/partials/usage/componentInstall.md | 1 + 1 file changed, 1 insertion(+) diff --git a/componentDocs/partials/usage/componentInstall.md b/componentDocs/partials/usage/componentInstall.md index ccdbebe6..d7e30837 100644 --- a/componentDocs/partials/usage/componentInstall.md +++ b/componentDocs/partials/usage/componentInstall.md @@ -1,6 +1,7 @@ [![Build Status](https://img.shields.io/github/workflow/status/AlaskaAirlines/[namespace]-[name]/Test%20and%20publish?branch=master&style=for-the-badge)](https://github.com/AlaskaAirlines/[namespace]-[name]/actions?query=workflow%3A%22test+and+publish%22) [![See it on NPM!](https://img.shields.io/npm/v/[npm]/[namespace]-[name]?style=for-the-badge&color=orange)](https://www.npmjs.com/package/[npm]/[namespace]-[name]) [![License](https://img.shields.io/npm/l/[npm]/[namespace]-[name]?color=blue&style=for-the-badge)](https://www.apache.org/licenses/LICENSE-2.0) +[![Snyk Vulnerabilities for npm package](https://img.shields.io/snyk/vulnerabilities/npm/[npm]/[namespace]-[name]?style=for-the-badge)](https://snyk.io/test/npm/[npm]/[namespace]-[name]?tab=issues) ```shell $ npm i [npm]/[namespace]-[name]