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
Terrascan creates ~/.terrascan directory even when you have specified a policy directory for scanning purposes. It would be preferable if Terrascan could be run without always creating this directory.
What I Did
Attempted to prevent the creation of ~/.terrascan by performing the following:
Initiate a local scan on some code in a local directory to get Terrascan to download policies.
Copy /pkg/policies to a local directory ~/ts/policies/
Delete ~/.terrascan
Re-run Terrascan using -p ~/ts/policies
Expected result:
Terrascan would use the policies in the specific directory and not need to download the repository into ~/.terrascan
Actual result:
Terrascan recreated the ~/.terrascan directory even though it used the policies in the directory that was specified.
The text was updated successfully, but these errors were encountered:
Description
Terrascan creates ~/.terrascan directory even when you have specified a policy directory for scanning purposes. It would be preferable if Terrascan could be run without always creating this directory.
What I Did
Attempted to prevent the creation of ~/.terrascan by performing the following:
Expected result:
Terrascan would use the policies in the specific directory and not need to download the repository into ~/.terrascan
Actual result:
Terrascan recreated the ~/.terrascan directory even though it used the policies in the directory that was specified.
The text was updated successfully, but these errors were encountered: