TFSec Plugin

Overview

This plugin executes the tfsec CLI and lets you easily analyze your code so you could find misconfigurations and enforce built in rules.

This plugin will install the tfsec binary and execute it on the given directory.

For more information, check out the tfsec Plugin git repository.

Inputs

  1. version (required) - the specific version of tfsec you wish to use
  2. directory (required) - the path to the directory with the IaC code to analyze (the root folder is your project's root folder)
  3. flags - a string containing additional flags as one string

:pencil2: Suggested Blog Content

What is tfsec: Benefits, Key Features, and Examples

What is Checkov: Benefits, Key Features, and Examples

What is Terrascan: Benefits, Key Features, and Examples

Best IaC Scanning Tools