Aurelien Gateau
Aurelien Gateau
OK thanks, so netcheck found nothing 😞. At least this culprit has been eliminated. Another possible culprit might be the document size. From what I see in your log output,...
This is odd: the dependency on cryptography has been added as optional in 1.17.2. It is still optional as of now. In any case, the dependency is going to be...
Interesting! Can you try a few different values for the maximum size so that we have a rough idea of the point it starts to cause problems?
Thanks, looks like it break at quite a low size :(. Going to try to reproduce on our side and see if we can fix this server side. I still...
I can reproduce the bug on our side, we are going to investigate. We'll keep you posted.
Hi, can you tell us more about the error you are hitting? `ggshield secret scan docker` does not run the docker containers, it only uses the `docker` command to pull...
> When sending a filename that is too long to the API, we get a status_code 400 with a code max_length. We could adapt the output of ggshield for this...
Revisiting this issue: ggshield used to rely on the filename to match a scan with its result, but it's no longer the case since #435, so we should be able...
Just to be make sure I understand correctly: you would like to have a Windows-based Docker image of GGShield? What would it bring compared to the existing Linux-based Docker image?
Hi @Gby56, Just to make sure I understand. What you are asking is something like this: - User A has ggshield installed as a pre-commit on their machine - ggshield...