From 7eb119425d61a5708bd522a186cf6edfeac033ef Mon Sep 17 00:00:00 2001 From: Marvin Heilemann <11534760+muuvmuuv@users.noreply.github.com> Date: Wed, 22 Jan 2025 09:09:27 +0100 Subject: [PATCH] docs: update badges --- README.md | 2 ++ package.json | 11 ++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09da57c..6505371 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ [![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/muuvmuuv.vscode-sundial) ](https://marketplace.visualstudio.com/items?itemName=muuvmuuv.vscode-sundial) ![Visual Studio Marketplace Downloads](https://api.codeclimate.com/v1/badges/52f93dc5f852410ef448/maintainability) +[![GitHub branch check runs](https://github.com/muuvmuuv/vscode-sundial/actions/workflows/main.yml/badge.svg)](https://github.com/muuvmuuv/vscode-sundial/actions) +[![Known Vulnerabilities](https://snyk.io/test/github/muuvmuuv/vscode-sundial/badge.svg)](https://snyk.io/test/github/muuvmuuv/vscode-sundial) - [Installation](#installation) - [Keybindings](#keybindings) diff --git a/package.json b/package.json index 133f40e..8d60eb8 100644 --- a/package.json +++ b/package.json @@ -145,14 +145,19 @@ }, "badges": [ { - "description": "Language grade", - "url": "https://img.shields.io/lgtm/grade/javascript/g/muuvmuuv/vscode-sundial.svg?logo=lgtm&logoWidth=18", - "href": "https://lgtm.com/projects/g/muuvmuuv/vscode-sundial/context:javascript" + "description": "Snyk monitored", + "url": "https://snyk.io/test/github/muuvmuuv/vscode-sundial/badge.svg", + "href": "https://snyk.io/test/github/muuvmuuv/vscode-sundial" }, { "description": "Maintainability", "url": "https://api.codeclimate.com/v1/badges/52f93dc5f852410ef448/maintainability", "href": "https://codeclimate.com/github/muuvmuuv/vscode-sundial/maintainability" + }, + { + "description": "CI Status", + "url": "https://github.com/muuvmuuv/vscode-sundial/actions/workflows/main.yml/badge.svg", + "href": "https://github.com/muuvmuuv/vscode-sundial/actions" } ], "commitlint": {