From c8add84113467d906d3e2fc05e275951ee7f77fb Mon Sep 17 00:00:00 2001 From: Matthijs Galesloot Date: Thu, 14 Nov 2024 20:09:28 +0100 Subject: [PATCH] docs: add Headlamp to the Trivy Ecosystem page (#7916) --- docs/ecosystem/ide.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/ecosystem/ide.md b/docs/ecosystem/ide.md index e179eb7883cd..fb902b2d0809 100644 --- a/docs/ecosystem/ide.md +++ b/docs/ecosystem/ide.md @@ -1,11 +1,13 @@ # IDE and developer tools Integrations ## VSCode (Official) + [Visual Studio Code](https://code.visualstudio.com/) is an open source versatile code editor and development environment. 👉 Get it at: ## JetBrains (Official) + [JetBrains](https://jetbrains.com) makes IDEs such as Goland, Pycharm, IntelliJ, Webstorm, and more. The Trivy plugin for JetBrains IDEs lets you use Trivy right from your development environment. @@ -13,6 +15,7 @@ The Trivy plugin for JetBrains IDEs lets you use Trivy right from your developme 👉 Get it at: ## Kubernetes Lens (Official) + [Kubernetes Lens](https://k8slens.dev/) is a management application for Kubernetes clusters. Trivy has an extension for Kubernetes Lens that lets you scan Kubernetes workloads and view the results in the Lens UI. @@ -20,6 +23,7 @@ Trivy has an extension for Kubernetes Lens that lets you scan Kubernetes workloa 👉 Get it at: ## Vim (Community) + [Vim](https://www.vim.org/) is a terminal based text editor. Vim plugin for Trivy to install and run Trivy. @@ -27,6 +31,7 @@ Vim plugin for Trivy to install and run Trivy. 👉 Get it at: ## Docker Desktop (Community) + [Docker Desktop](https://www.docker.com/products/docker-desktop/) is an easy way to install [Docker]() container engine on your development machine, and manage it in a GUI . Trivy Docker Desktop extension for scanning container images for vulnerabilities and generating SBOMs @@ -34,11 +39,13 @@ Trivy Docker Desktop extension for scanning container images for vulnerabilities 👉 Get it at: ## Rancher Desktop (Community) + [Rancher Desktop](https://rancherdesktop.io/) is an easy way to use containers and Kubernetes on your development machine, and manage it in a GUI. Trivy is natively integrated with Rancher, no installation is needed. More info in Rancher documentation: ## LazyTrivy (Community) + A terminal native UI for Trivy 👉 Get it at: @@ -64,3 +71,9 @@ A trivy pre-commit hook that runs a `trivy fs` in your git repo before commiting A CDK Construct Library to scan an image with trivy in CDK codes. 👉 Get it at: + +## Headlamp plugin (Community) + +[Headlamp](https://headlamp.dev/) is a user-friendly Kubernetes UI focused on extensibility. The Kubescape plugin extends Headlamp with views on Trivy reports. + +👉 Get it at: