Marcin Kozlowski

Results 127 comments of Marcin Kozlowski

@srikr Very good questions. You need to do the second approach. Exec into "docker_worker_1" ``` docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 8537eceea5a8 docker_worker_1 "python /srv/scanmyc…" 6...

@srikr after you modify file in container do "killall -HUP python" it will restart the workers with new changes (do it every time you modify)

@srikr try to use the "cat" command if you are under Linux and cat the .ssh/id_rsa (private key) and copy and paste it in UI. When I used editor (vim)...

@srikr no problem. BTW my key starts with: -----BEGIN RSA PRIVATE KEY----- So maybe convert OPENSSH key to RSA KEY: https://stackoverflow.com/questions/54994641/openssh-private-key-to-rsa-private-key Anyway, after you update the key, you need to...

@srikr ok If your projects are that big initial scanning will also take long :) Next rescans, commits scan should be fast (seconds to minutes) See this: https://github.com/marcinguy/betterscan-ce/wiki/Big(er)-Projects-Scanning

@srikr Try now. Remove all container images and build or get from dockerhub. I added the 14400 timeout to master. Also you can now clone with standard SSH format: i.e...

@srikr Was it after 14400 seconds? If yes, you have to click "Check for new commits". It will pick up where it stopped. It scanned 460 items in ca. 4...

Hi @isclayton Thank you for the issue and your PR contribution. Well, you will get a massive speed up with PRO (Professional) paid version (up to 4x+ times). If you...

Hi @carlin-q-scott Those are the main ones. What do you need/want to achieve? Maybe I can put it on the roadmap. My DM is also open. Thanks,

@carlin-q-scott Understood. It is possible. Those are supported: ``` PostgreSQL MySQL and MariaDB Oracle Microsoft SQL Server ``` You will than store state there (not in git-lfs) and see results...