Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The --external-modules-download-path flag is ignored #6675

Open
apgrucza opened this issue Aug 22, 2024 · 0 comments · May be fixed by #6676
Open

The --external-modules-download-path flag is ignored #6675

apgrucza opened this issue Aug 22, 2024 · 0 comments · May be fixed by #6676
Labels
checks Check additions or changes

Comments

@apgrucza
Copy link
Contributor

Describe the issue
Checkov always downloads external modules to the .external_modules directory, regardless of the value of the --external-modules-download-path flag.

Examples

Currently, the below command downloads external modules to the .external_modules directory.

checkov -d . --download-external-modules "true" --external-modules-download-path example/path

It should download the external modules to the example/path directory instead.

Version

  • Checkov Version 3.2.235
@apgrucza apgrucza added the checks Check additions or changes label Aug 22, 2024
@apgrucza apgrucza linked a pull request Aug 22, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
checks Check additions or changes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant