github.com/devseccon/trivy@v0.47.1-0.20231123133102-bd902a0bd996/docs/ecosystem/ide.md (about)

     1  # IDE and developer tools Integrations
     2  
     3  ## VSCode (Official)
     4  [Visual Studio Code](https://code.visualstudio.com/) is an open source versatile code editor and development environment.
     5  
     6  👉 Get it at: <https://github.com/devseccon/trivy-vscode-extension>
     7  
     8  ## JetBrains (Official)
     9  [JetBrains](https://jetbrains.com) makes IDEs such as Goland, Pycharm, IntelliJ, Webstorm, and more.
    10  
    11  The Trivy plugin for JetBrains IDEs lets you use Trivy right from your development environment.
    12  
    13  👉 Get it at: <https://plugins.jetbrains.com/plugin/18690-trivy-findings-explorer>
    14  
    15  ## Kubernetes Lens (Official)
    16  [Kubernetes Lens](https://k8slens.dev/) is a management application for Kubernetes clusters.
    17  
    18  Trivy has an extension for Kubernetes Lens that lets you scan Kubernetes workloads and view the results in the Lens UI.
    19  
    20  👉 Get it at: <https://github.com/devseccon/trivy-operator-lens-extension>
    21  
    22  ## Vim (Community)
    23  [Vim](https://www.vim.org/) is a terminal based text editor.
    24  
    25  Vim plugin for Trivy to install and run Trivy.
    26  
    27  👉 Get it at: <https://github.com/aquasecurity/vim-trivy>
    28  
    29  ## Docker Desktop (Community)
    30  [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 .
    31  
    32  Trivy Docker Desktop extension for scanning container images for vulnerabilities and generating SBOMs
    33  
    34  👉 Get it at: <https://github.com/devseccon/trivy-docker-extension>
    35  
    36  ## Rancher Desktop (Community)
    37  [Rancher Desktop](https://rancherdesktop.io/) is an easy way to use containers and Kubernetes on your development machine, and manage it in a GUI.
    38  
    39  Trivy is natively integrated with Rancher, no installation is needed. More info in Rancher documentation: <https://docs.rancherdesktop.io/getting-started/features#scanning-images>
    40  
    41  ## LazyTrivy (Community)
    42  A terminal native UI for Trivy
    43  
    44  👉 Get it at: <https://github.com/owenrumney/lazytrivy>
    45  
    46  ## Trivy Vulnerability explorer (Community)
    47  
    48  Web application that allows to load a Trivy report in json format and displays the vulnerabilities of a single target in an interactive data table
    49  
    50  👉 Get it at: <https://github.com/dbsystel/trivy-vulnerability-explorer>
    51  
    52  ## Trivy pre-commit (Community)
    53  
    54  A trivy pre-commit hook that runs a `trivy fs` in your git repo before commiting, preventing you from commiting secrets in the first place.
    55  
    56  👉 Get it at: <https://github.com/mxab/pre-commit-trivy>
    57  
    58  ## AWS CDK
    59  
    60  [The AWS Cloud Development Kit (AWS CDK)](https://aws.amazon.com/cdk/) is an open-source software development framework to define cloud infrastructure in code and provision it through AWS CloudFormation.
    61  
    62  ### image-scanner-with-trivy (Community)
    63  
    64  A CDK Construct Library to scan an image with trivy in CDK codes.
    65  
    66  👉 Get it at: <https://constructs.dev/packages/image-scanner-with-trivy>