You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my first attempt at using Terrascan. I downloaded this on Windows 10 with the curl command that was outlined in the README. I placed the terrascan.exe file in a folder and pointed my PATH to that folder. If I run terrascan by itself that will bring up the command prompt options.
When I change directories into my Terraform folder and run terraform scan I receive three errors.
error downloader/getter.go:101 failed to download "file://C:/Users/*~1/AppData/Local/Temp/slptoz/GoogleCloudPlatform/lb/google". error: 'error downloading 'file://C:/Users/*~1/AppData/Local/Temp/slptoz/GoogleCloudPlatform/lb/google': source path error: CreateFile C:/Users/*~1/AppData/Local/Temp/slptoz/GoogleCloudPlatform/lb/google: The system cannot find the path specified.'
error v12/load-dir.go:101 failed to download remote module "GoogleCloudPlatform/lb/google". error: 'error downloading 'file://C:/Users/*~1/AppData/Local/Temp/slptoz/GoogleCloudPlatform/lb/google': source path error: CreateFile C:/Users/*~1/AppData/Local/Temp/slptoz/GoogleCloudPlatform/lb/google: The system cannot find the path specified.'
error v12/load-dir.go:113 failed to build unified config. errors: <nil>: Failed to read module directory; Module directory does not exist or cannot be read.
The text was updated successfully, but these errors were encountered:
Description
Errors received when running terrascan scan.
What I Did
This is my first attempt at using Terrascan. I downloaded this on Windows 10 with the curl command that was outlined in the README. I placed the terrascan.exe file in a folder and pointed my PATH to that folder. If I run
terrascan
by itself that will bring up the command prompt options.When I change directories into my Terraform folder and run
terraform scan
I receive three errors.error downloader/getter.go:101 failed to download "file://C:/Users/*~1/AppData/Local/Temp/slptoz/GoogleCloudPlatform/lb/google". error: 'error downloading 'file://C:/Users/*~1/AppData/Local/Temp/slptoz/GoogleCloudPlatform/lb/google': source path error: CreateFile C:/Users/*~1/AppData/Local/Temp/slptoz/GoogleCloudPlatform/lb/google: The system cannot find the path specified.'
error v12/load-dir.go:101 failed to download remote module "GoogleCloudPlatform/lb/google". error: 'error downloading 'file://C:/Users/*~1/AppData/Local/Temp/slptoz/GoogleCloudPlatform/lb/google': source path error: CreateFile C:/Users/*~1/AppData/Local/Temp/slptoz/GoogleCloudPlatform/lb/google: The system cannot find the path specified.'
error v12/load-dir.go:113 failed to build unified config. errors: <nil>: Failed to read module directory; Module directory does not exist or cannot be read.
The text was updated successfully, but these errors were encountered: