mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-23 07:29:00 -08:00
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:
@@ -587,6 +587,7 @@ func initScannerConfig(opts flag.Options, cacheClient cache.Cache) (ScannerConfi
|
||||
TerraformTFVars: opts.TerraformTFVars,
|
||||
K8sVersion: opts.K8sVersion,
|
||||
DisableEmbeddedPolicies: disableEmbedded,
|
||||
TfExcludeDownloaded: opts.TfExcludeDownloaded,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user