From f3f0512dcfc568b66af546db64525216800943d5 Mon Sep 17 00:00:00 2001 From: Allan Kimmer Jensen Date: Tue, 30 Sep 2025 14:09:54 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c840e60..89c490c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # OWASP Dependency Check Azure DevOps Extension +![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/dependency-check.dependencycheck) Repository for the Azure DevOps extension wrapper around the OWASP Dependency Check CLI. +[VisualStudio Marketplace](https://marketplace.visualstudio.com/items?itemName=dependency-check.dependencycheck) + ## Build & Deploy Instructions -See the [Build README.md](./build/pipeline/README.md) file for details on building and deploying. \ No newline at end of file +See the [Build README.md](./build/pipeline/README.md) file for details on building and deploying. From 8df0ab2d92f72f2abf59599896ed997abe4da6ef Mon Sep 17 00:00:00 2001 From: Allan Kimmer Jensen Date: Tue, 30 Sep 2025 14:17:18 +0200 Subject: [PATCH 2/2] Update README.md Added version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 89c490c..4300bb0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # OWASP Dependency Check Azure DevOps Extension ![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/dependency-check.dependencycheck) +![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/v/dependency-check.dependencycheck) + Repository for the Azure DevOps extension wrapper around the OWASP Dependency Check CLI.