Skip to content

Commit

Permalink
feat(security): add npm package vulnerabilities badge #321
Browse files Browse the repository at this point in the history
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
  • Loading branch information
blackfalcon committed Aug 26, 2022
1 parent 1072c31 commit 84ddc55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions componentDocs/partials/usage/componentInstall.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 84ddc55

Please sign in to comment.