Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 5dfea38

Browse files
authored
Add snyk (vulnerability) badge (#420)
1 parent 1c0d0b5 commit 5dfea38

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# OpenCensus - A stats collection and distributed tracing framework
2-
[![Gitter chat][gitter-image]][gitter-url] ![Node Version][node-img] [![NPM Published Version][npm-img]][npm-url] [![codecov][codecov-image]][codecov-url] ![Apache License][license-image]
2+
[![Gitter chat][gitter-image]][gitter-url]
3+
![Node Version][node-img]
4+
[![NPM Published Version][npm-img]][npm-url]
5+
[![codecov][codecov-image]][codecov-url]
6+
[![Known Vulnerabilities][snyk-image]][snyk-url]
7+
![Apache License][license-image]
38

49
OpenCensus Node.js is an implementation of OpenCensus, a toolkit for collecting application performance and behavior monitoring data. It currently includes 3 apis: stats, tracing and tags. Please visit the [OpenCensus Node.js package](https://github.com/census-instrumentation/opencensus-node/tree/master/packages/opencensus-nodejs) for tracing usage and [OpenCensus Core package](https://github.com/census-instrumentation/opencensus-node/tree/master/packages/opencensus-core) for stats usage.
510

@@ -82,6 +87,8 @@ months before removing it, if possible.
8287
[npm-img]: https://badge.fury.io/js/%40opencensus%2Fexporter-prometheus.svg
8388
[node-img]: https://img.shields.io/node/v/@opencensus/exporter-prometheus.svg
8489
[license-image]: https://img.shields.io/badge/license-Apache_2.0-green.svg?style=flat
90+
[snyk-image]: https://snyk.io/test/github/census-instrumentation/opencensus-node/badge.svg?style=flat
91+
[snyk-url]: https://snyk.io/test/github/census-instrumentation/opencensus-node
8592

8693
## LICENSE
8794

0 commit comments

Comments
 (0)