aquasecurity / intellij-trivy

Trivy Plugin for the JetBrains family of IDEs
Apache License 2.0
7 stars 4 forks source link

Cannot run program #16

Open droot-intel opened 5 months ago

droot-intel commented 5 months ago

Cannot run program "\wsl.localhost\Ubuntu-22.04\usr\bin\trivy": CreateProcess error=193, %1 is not a valid Win32 application

Goland running on windows developing in wsl2 ubuntu environment. Looks like the plugin is trying to launch as a Win32 app. Trivy works fine from the command line. Any idea how to get this working given this windows/wsl2 configuration?

droot-intel commented 5 months ago

image