From 6b2c57b8161c38c09d5d5b546f1c3f62d6668a46 Mon Sep 17 00:00:00 2001 From: gcagle3 <81821730+gcagle3@users.noreply.github.com> Date: Tue, 14 Dec 2021 12:05:07 -0800 Subject: [PATCH] adding tflint (#10) Co-authored-by: George --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index feda61a..a452087 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ Modern DevSecOps tools allow to use Threat modeling as code or generation of thr | **Sonarlint** | [https://github.com/SonarSource/sonarlint-core](https://github.com/SonarSource/sonarlint-core) | Sonar linting utility for IDE |![Sonarlint](https://img.shields.io/github/stars/SonarSource/sonarlint-core?style=for-the-badge)| | **DevSkim** | [https://github.com/microsoft/DevSkim](https://github.com/microsoft/DevSkim) | DevSkim is a framework of IDE extensions and language analyzers that provide inline security analysis |![DevSkim](https://img.shields.io/github/stars/microsoft/DevSkim?style=for-the-badge)| | **detect-secrets** | [https://github.com/Yelp/detect-secrets](https://github.com/Yelp/detect-secrets) | Detects secrets in your codebase |![DevSkim](https://img.shields.io/github/stars/Yelp/detect-secrets?style=for-the-badge)| +| **tflint** | [https://github.com/terraform-linters/tflint](https://github.com/terraform-linters/tflint) | A Pluggable Terraform Linter | ![tflint](https://img.shields.io/github/stars/terraform-linters/tflint?style=for-the-badge)| ## Secrets management Secrets management includes managing, versioning, encrypting, discovery, rotating, provisioning of passwords, certificates, configuration values and other types of secrets.