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
Hi,
Thank you for your work on detecting insecure code.
I’m trying to run the basic example of CodeShield on a Windows machine, but I’m encountering an error: Exception while scanning for code security: [WinError 193] %1 is not a valid Win32 application.
I believe the error message comes from codeshield.py file : *await asyncio.gather(tasks)
Interestingly, the same code runs perfectly on a Linux virtual machine.
Could you please help me resolve this issue?
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for your work on detecting insecure code.
I’m trying to run the basic example of CodeShield on a Windows machine, but I’m encountering an error:
Exception while scanning for code security: [WinError 193] %1 is not a valid Win32 application.
I believe the error message comes from codeshield.py file : *await asyncio.gather(tasks)
Interestingly, the same code runs perfectly on a Linux virtual machine.
Could you please help me resolve this issue?
The text was updated successfully, but these errors were encountered: