From c29bdb12779331c9fc9c3e61846d914db4219126 Mon Sep 17 00:00:00 2001 From: Akash Kumar Date: Wed, 28 Feb 2024 19:35:29 +0530 Subject: [PATCH] docs: Way we can skip directories (#631) --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2c1c46163..2a0ffb9c9 100644 --- a/README.md +++ b/README.md @@ -861,10 +861,9 @@ To replicate functionality in `terraform_docs` hook: ```yaml - id: terraform_trivy - args: - - > - --args=--format json - --skip-dirs="**/.terragrunt-cache" + args: + - --args=--format=json + - --args=--skip-dirs="**/.terraform" ``` ### terraform_validate