checkov-action icon indicating copy to clipboard operation
checkov-action copied to clipboard

Broken authentication for private modules

Open UgniusV opened this issue 1 year ago • 0 comments

Hey team, the fix for 101 is incomplete, since it only rewrites urls with https schema. URLs like git::ssh://[email protected]/private-org/terraform-modules are not being rewritten and the download fails with:

Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

there should be a rewrite that would also force git::ssh:// URLs to use authentication as well.

UgniusV avatar Jul 22 '24 14:07 UgniusV