We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc65c4b commit c29bdb1Copy full SHA for c29bdb1
1 file changed
README.md
@@ -861,10 +861,9 @@ To replicate functionality in `terraform_docs` hook:
861
862
```yaml
863
- id: terraform_trivy
864
- args:
865
- - >
866
- --args=--format json
867
- --skip-dirs="**/.terragrunt-cache"
+ args:
+ - --args=--format=json
+ - --args=--skip-dirs="**/.terraform"
868
```
869
870
### terraform_validate
0 commit comments