srinivasKandukuri / vim-tfsec

List your tfsec issues in the QuickFix window with this plugin.

Home Page:https://tfsec.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-tfsec

What is it?

Vim plugin for tfsec to install and run tfsec.

Install

  1. add the plugin to our list of plugins
Plug 'aquasecurity/vim-tfsec'
  1. restart vim and run :PlugInstall to install

Usage

If you don't have tfsec already install then you can run :TfsecInstall to get the latest version.

If you already hav it, you can run TfsecUpdate to get the latest version.

Run :Tfsec to get a list of the current tfsec issues in your current directory. The issues will be added to the QuickFix list.

Example usage

Usage

About

List your tfsec issues in the QuickFix window with this plugin.

https://tfsec.dev

License:MIT License


Languages

Language:Vim Script 100.0%