Aurelien Gateau
Aurelien Gateau
This small PR make a bunch of small logging fixes, mainly for `secret scan ci` but not only: - Information reported when called with `--verbose` is now also logged, so...
GGShield test suite currently does not pass with Python 3.12. It fails with that error message: ``` Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.12.1/x64/lib/python3.12/site-packages/pytest/__main__.py", line 5, in raise SystemExit(pytest.console_main()) ^^^^^^^^^^^^^^^^^^^^^...
## Is your feature request related to a problem? Please describe. `ggshield secret scan path` does not honor the content of .gitignore files. When running it at the root of...
## Environment - ggshield version: 1.14.2 - Operating system (Linux, macOS, Windows): Any - Operating system version: Any - Python version: Any ## Describe the bug `ggshield secret scan pypi`...
## Description Our CI uses the v1 of [docker/build-push-action](https://github.com/docker/build-push-action). This action is outdated: it produces deprecation warnings when it runs. ## Definition of Done - The CI uses the latest...
## Environment - ggshield version: 1.14.3 - Operating system (Linux, macOS, Windows): macOS - Operating system version: - - Python version: - ## Describe the bug `ggshield secret scan docker`...
### Description With the arrival of ARM-based macOS runners (and maybe ARM-based Linux runners?), it would be helpful to have labels with the process architecture in them, so one could...
Instead of generating a fragment with many commented entries, it would be nice if `scriv create` would prompt the user for the fragment category and create a fragment with only...
Given this pyproject.toml file: ```toml [tool.scriv] format = "md" md_header_level = 2 ``` `scriv create` fails with that error message: ``` Traceback (most recent call last): File "/home/agateau/.local/share/virtualenvs/ddeb52ca26ac4f6/bin/scriv", line 8,...
## Context Now that we have a standalone Windows binary, let's talk about it! ## What has been done Add a section about the Windows binary to the README.