Overview
This plugin executes thetfsec
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.
For an example repository that integrates the TFSec plugin, here.
Inputs
version
(required) - the specific version of tfsec you wish to usedirectory
(required) - the path to the directory with the IaC code to analyze (the root folder is your projectโs root folder)flags
- a string containing additional flags as one string