From 238a3b229e159e5dcb5c4e1ef0763d103dc75ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Selig?= <159530676+gselig1a@users.noreply.github.com> Date: Mon, 15 Jul 2024 17:22:50 +0200 Subject: [PATCH] Adding the Red Hat's Dependency Analytics tool Adding the Red Hat's Dependency Analytics tool, a VS code extension. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d421ce..dd1afcd 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Great links to automate your cybersecurity checks. - [Semgrep](https://github.com/returntocorp/semgrep): Easy tool to run on your code to detect usual security vulnerabilities. - [Bearer](https://github.com/Bearer/bearer): A developer-first code security & privacy scanner that seamlessly integrates into your entire development (Local, CI/CD, PR/MR). +- [Red Hat's Dependency Analytics (RHDA)](https://marketplace.visualstudio.com/items?itemName=redhat.fabric8-analytics): A Visual Studio Code extension to find CVE in your code's dependencies. Works with Maven, Pip, Npm and Go mod. ## Awesome Access Control Check