docs: Document terraform_tfsec args usage (#238)

This commit is contained in:
Maksym Vlasov 2021-10-01 21:52:35 +03:00 committed by GitHub
commit f7e28e1bae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -293,9 +293,21 @@ Example:
}
```
3. `terraform_tfsec` supports custom arguments so you can pass supported `--no-color` or `--format` (output), `-e` (exclude checks) flags:
```yaml
- id: terraform_tfsec
args:
- >
--args=--format json
--no-color
-e aws-s3-enable-bucket-logging,aws-s3-specify-public-access-block
```
### terraform_validate
1. `terraform_validate` supports custom arguments so you can pass supported no-color or json flags:
1. `terraform_validate` supports custom arguments so you can pass supported `-no-color` or `-json` flags:
```yaml
- id: terraform_validate