Vim plugin for Trivy to install and run Trivy.
- add the plugin to our list of plugins
Plug 'aquasecurity/vim-trivy'
- restart vim and run
:PlugInstall
to install
If you don't have Trivy
already install then you can run :TrivyInstall
to get the latest version.
Run :Trivy
to get a list of the current Trivy issues in your current directory. The issues will be added to the QuickFix list.