Pierre Lalanne
Pierre Lalanne
We add the missing pre-receive command in the README.md
## Context The `ggshield secret scan repo` command used to make one API call per commit. This implementation was not efficient and could result in thousands of call for important...
## Context Having a deprecated config triggers an error message : `Run ggshield config migrate to migrate it to the latest version.`. However, running this command can in turn trigger...
Avoid mixing credits and quota. Credits are one prefix call, on the landing page for instance. A quota is one quota as counted by the API.
## Environment - ggshield version: 1.14.5 - Operating system (Linux, macOS, Windows): macOS - Operating system version: - - Python version: - ## Describe the bug If an API key...
## Is your feature request related to a problem? Please describe. Following issue #391 : I realized that the error message was not perfectly accurate. GGshield displays a `network error...
In this issue, we would like to see if we can somehow easily get rid of the `bash -c`, pipe and `grep` commands in the code. Instead we would like...
Instead of saving the output of `src-fingerprint` on local storage, the user may want to stream it directly to an S3 bucket for instante. This [go SDK](https://docs.aws.amazon.com/sdk-for-go/api/service/s3/) may help. This...
# Context We want to make it really simple to use `src-fingerprint`, for windows users too. We therefore want to release our software to winget. # To Do - [...