Resolve ".terraform and .git directories are being included in module version archives"
Merged
requested to merge 426-terraform-and-git-directories-are-being-included-in-module-version-archives into main
- Sep 09, 2023
-
Closes #426 (closed)
Filter .git from tar archives using filter method to ignore it. Update zip command to exclude .git files. Update archive check to ensure the directory is not included Issue #426
fix: Ensure module is archived before any analysis is performed to avoid generated .terraform directories being included in the archive Issue #426