From 9fe69f4e8925700956b658ed0e72f04672ea9fcc Mon Sep 17 00:00:00 2001 From: Julie Ng Date: Fri, 9 Apr 2021 20:34:50 +0200 Subject: [PATCH] docs(readme): add vulnerabilities badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b63d37..fffc25e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # hello-welt -[![ci](https://github.com/julie-ng/hello-welt/actions/workflows/ci.yaml/badge.svg)](https://github.com/julie-ng/hello-welt/actions/workflows/ci.yaml) [![docker](https://github.com/julie-ng/hello-welt/actions/workflows/docker.yaml/badge.svg)](https://github.com/julie-ng/hello-welt/actions/workflows/docker.yaml) +[![ci](https://github.com/julie-ng/hello-welt/actions/workflows/ci.yaml/badge.svg)](https://github.com/julie-ng/hello-welt/actions/workflows/ci.yaml) +[![docker](https://github.com/julie-ng/hello-welt/actions/workflows/docker.yaml/badge.svg)](https://github.com/julie-ng/hello-welt/actions/workflows/docker.yaml) +[![Known Vulnerabilities](https://snyk.io/test/github/julie-ng/hello-welt/badge.svg)](https://snyk.io/test/github/julie-ng/hello-welt) - Simple Hello World [Fastify app](https://www.fastify.io/) for demos. - Source for [julieio/hello](https://hub.docker.com/repository/docker/julieio/hello) Docker Image.