Skip to content

Commit

Permalink
docs: Document terraform_tfsec args usage (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov authored Oct 1, 2021
1 parent 013d308 commit f7e28e1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7e28e1

Please sign in to comment.