From e1cfc7d97e06ce92339bd7b90949b38e1886e05d Mon Sep 17 00:00:00 2001 From: Riccardo Merlin Date: Sat, 26 Oct 2024 00:32:05 +0100 Subject: [PATCH] add snyk badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63186e3..11f3a94 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Codelyzr === -[![Publish Docker image](https://github.com/riccardomerlin/codelyzr/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/riccardomerlin/codelyzr/actions/workflows/main.yml) +[![Publish Docker image](https://github.com/riccardomerlin/codelyzr/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/riccardomerlin/codelyzr/actions/workflows/main.yml) [![Known Vulnerabilities](https://snyk.io/test/github/riccardomerlin/codelyzr/badge.svg)](https://snyk.io/test/github/riccardomerlin/codelyzr) Analyses any git repo to determine the top 10 hotspots based on how frequently files are changed and how many lines of code they contain.