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
It looks like on the 1.0 update (#284) that a 20MB binary file slipped it and is now in cmd/terrascan/terrascan It seems like this should be removed. It's probably too late to clean up history and reduce the repo size, but at least avoiding having it checked out on the mainline branch seems like a good cleanup.
What I Did
MacBook-Pro:terrascan user$ file cmd/terrascan/terrascan
cmd/terrascan/terrascan: Mach-O 64-bit executable x86_64
MacBook-Pro:terrascan user$ ls -l cmd/terrascan/terrascan
-rwxr-xr-x 1 user staff 20938316 Oct 26 11:08 cmd/terrascan/terrascan
The text was updated successfully, but these errors were encountered:
Description
It looks like on the 1.0 update (#284) that a 20MB binary file slipped it and is now in cmd/terrascan/terrascan It seems like this should be removed. It's probably too late to clean up history and reduce the repo size, but at least avoiding having it checked out on the mainline branch seems like a good cleanup.
What I Did
The text was updated successfully, but these errors were encountered: