Skip to content

Commit

Permalink
docs: Way we can skip directories (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ak-sky committed Feb 28, 2024
1 parent dc65c4b commit c29bdb1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c29bdb1

Please sign in to comment.