-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add VirusTotal scan action workflow #458
base: plugin_api_v2
Are you sure you want to change the base?
Conversation
Well... this would fail when testing my pyrepl plugin 😓 |
Hmm, not sure what you mean, this would not have any impact on testing. It won't be run as part of testing. |
The intention is to run the plugin's extracted files through virustotal, right? If you do that with my pyrepl plugin, it will be flagged due to the standalone exe |
Yes.
Is it flagging because it's standalone exe or something else though? |
It's because of the way pyinstaller makes the standalone exe. My understanding is that it uses methods similar to trojans, so virustotal flags it. Pyinstaller doesn't have to build it as a standalone exe though, that was just the choice I made when making the build workflow. |
Part of Flow-Launcher/Flow.Launcher#3121