Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ayala-orca authored Mar 14, 2023
1 parent 579d3b3 commit 47750ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
| path | terraform,sub-dir,other-sub-dir/Dockerfile | Paths or directories to scan (comma-separated) | String | Yes | N/A |
| exclude_paths | ./notToBeScanned/,example.tf | List of paths to be excluded from scan (comma-separated) | String | No | N/A |
| format | json | Format for displaying the results | String | No | cli |
| output | ./results | Output file name | String | No | N/A |
| output | results/ | Output directory | String | No | N/A |
| platform | Terraform,CloudFormation | Limit scan to the specified list of platforms (comma-separated) | String | No | All supported platforms |
| cloud_provider | aws,gcp | Limit scan to the specified list of cloud providers | String | No | All supported cloud providers |
| no_color | false | Disable color output | Boolean | No | false |
Expand Down

0 comments on commit 47750ee

Please sign in to comment.