-
Notifications
You must be signed in to change notification settings - Fork 583
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
Question about new release #259
Comments
"Commercial use not allowed" means that you're not allowed to sell it as a service. You can use it to scan your corporate environment or do other things except selling it as a service. The problem is that I don't even have a build environment anymore to build LOKI. It would cost me 2 hours to set on up. |
Hi, I personally would be very interested in this change security-companion@9b9656b Regarding building I made a pull request which introduces a github action for automatic building of the binaries and zipping inside of github. With this no local development environment is necessary any more #260 Greetings |
I don't want the scanner to print a warning every time it skips a file for any reason. |
Thanks for merging my pull request. |
Oh, you say, you've chosen "Info", but I saw a "Warning" in the code of the PR. The commit message even says: "add warning if file is skipped because of file size" security-companion@9b9656b#diff-6f22c54946bc6e83f9850b3cdef74f5040e6b8f0d6e5d46980b46cb0674dc00fR372 "Info" level would be best. |
Yes, originally it was warning but one day after the commit you reference I changed it in security-companion@191086b from warning to info. This is what then got merged into trunk in pull request https://github.com/Neo23x0/Loki/pull/239/files Currently we have info in the main-branch, see https://github.com/security-companion/Loki/blob/88c8d3e710cbc35ad7f282c69d4f572bce4015a4/loki.py#L372 |
Hi,
I read that loki is not supported anymore and that you recommend using Thor Lite instead.
Nevertheless I would like to ask if it is possible to make a new release of loki so that the latest code changes can be used via an installer (I know that it however possible to make a git clone and use the latest code from there but for that you first need to have python installed).
The reason why I ask is that when running a scan with Thor Lite the html report says that Thor Lite is only allowed for non-commercial use.
So from my understanding the only one of your free scanners that can be used in a commercial environment is loki.
Greetings
security-companion
The text was updated successfully, but these errors were encountered: