Skip to content

Commit

Permalink
fixing e2e tests for help
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuf Kanchwala committed Mar 3, 2021
1 parent a469b7c commit 9386f86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/e2e/help/golden/help_scan.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Flags:
-h, --help help for scan
-d, --iac-dir string path to a directory containing one or more IaC files (default ".")
-f, --iac-file string path to a single IaC file
-i, --iac-type string iac type (helm, k8s, kustomize, terraform)
--iac-version string iac version (helm: v3, k8s: v1, kustomize: v3, terraform: v12, v13, v14)
-i, --iac-type string iac type (helm, k8s, kustomize, terraform, tfplan)
--iac-version string iac version (helm: v3, k8s: v1, kustomize: v3, terraform: v12, v13, v14, tfplan: v1)
-p, --policy-path stringArray policy path directory
-t, --policy-type strings policy type (all, aws, azure, gcp, github, k8s) (default [all])
-r, --remote-type string type of remote backend (git, s3, gcs, http, terraform-registry)
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/scan/golden/scan_help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Flags:
-h, --help help for scan
-d, --iac-dir string path to a directory containing one or more IaC files (default ".")
-f, --iac-file string path to a single IaC file
-i, --iac-type string iac type (helm, k8s, kustomize, terraform)
--iac-version string iac version (helm: v3, k8s: v1, kustomize: v3, terraform: v12, v13, v14)
-i, --iac-type string iac type (helm, k8s, kustomize, terraform, tfplan)
--iac-version string iac version (helm: v3, k8s: v1, kustomize: v3, terraform: v12, v13, v14, tfplan: v1)
-p, --policy-path stringArray policy path directory
-t, --policy-type strings policy type (all, aws, azure, gcp, github, k8s) (default [all])
-r, --remote-type string type of remote backend (git, s3, gcs, http, terraform-registry)
Expand Down

0 comments on commit 9386f86

Please sign in to comment.