Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1 KB

tfsec.md

File metadata and controls

49 lines (35 loc) · 1 KB
description title layout
tfsec is a linter for Security and Terraform
Trunk | How to run tfsec
title description tableOfContents outline pagination
visible
true
visible
visible
true
visible
true
visible
true

tfsec

tfsec is a linter for Security and Terraform.

You can enable the tfsec linter with:

trunk check enable tfsec

Auto Enabling

tfsec will never be auto-enabled. It must be enabled manually.

Settings

tfsec supports the following config files:

  • tfsec.yml
  • tfsec.yaml
  • .tfsec/config.json
  • .tfsec/config.yml
  • .tfsec/config.yaml

Unlike with most tools under trunk check, these files cannot be moved.

Links