bridgecrewio / yor

Extensible auto-tagger for your IaC files. The ultimate way to link entities in the cloud back to the codified resource which created it.
https://www.yor.io
Apache License 2.0
827 stars 123 forks source link

Pre-commit hook hangs on windows when using golang 18.2 #284

Closed JamesWoolfenden closed 2 years ago

JamesWoolfenden commented 2 years ago

Describe the bug When you run the commit hook on windows it appears to hang, what happens is a tf provider process is spawned and yor/pre-commit waits for it to finish. it never does. It you kill the provider process the hook completes.

golang 18.2 yor hooks rev 0.1.143

JamesWoolfenden commented 2 years ago

works for me now