feat(cli): add --tf-exclude-downloaded-modules flag (#4810)

* feat(cli): add --tf-exclude-downloaded-modules flag

* fix typo

* generate docs
This commit is contained in:
Nikita Pivkin
2023-07-16 11:56:03 +03:00
committed by GitHub
parent fd0fd104f8
commit 3c7d988d71
13 changed files with 184 additions and 151 deletions

View File

@@ -587,6 +587,7 @@ func initScannerConfig(opts flag.Options, cacheClient cache.Cache) (ScannerConfi
TerraformTFVars: opts.TerraformTFVars,
K8sVersion: opts.K8sVersion,
DisableEmbeddedPolicies: disableEmbedded,
TfExcludeDownloaded: opts.TfExcludeDownloaded,
}
}