Skip to content

Commit 1ed9bbc

Browse files
committed
chore(release): 1.46.0
1 parent cd93d08 commit 1ed9bbc

8 files changed

+22
-56
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
<a id='changelog-1.46.0'></a>
4+
5+
## 1.46.0 — 2025-12-29
6+
7+
### Added
8+
9+
- A HTTPAdapter with wider parameters has been setup to better address scanning multiple files at the same time.
10+
11+
- Add `GITGUARDIAN_GIT_REMOTE_FALLBACK_URL` environment variable that allows setting a fallback value for the repository remote.
12+
13+
- Tokens are obfuscated in `ggshield config list` output.
14+
15+
### Changed
16+
17+
- Clearer error message when token is missing: specify the command to run to generate a token (ggshield auth login).
18+
19+
### Fixed
20+
21+
- Install `ggshield` hooks inside `.husky/` when the repository uses Husky-managed hooks so local installs work out of the box. (#1143).
22+
323
<a id='changelog-1.45.0'></a>
424

525
## 1.45.0 — 2025-11-14

actions/secret/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ inputs:
1616

1717
runs:
1818
using: 'docker'
19-
image: 'docker://gitguardian/ggshield:v1.45.0'
19+
image: 'docker://gitguardian/ggshield:v1.46.0'
2020
entrypoint: '/app/docker/actions-secret-entrypoint.sh'
2121
args:
2222
- ${{ inputs.args }}

changelog.d/20251029_161954_severine.bonnechere_use_http_adapter_for_concurrency.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/20251114_husky_local_install.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/20251210_173258_kevin.westphal_set_repo_url_in_env_var.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

changelog.d/20251223_101724_severine.bonnechere_add_info_to_error_msg.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelog.d/20251223_105741_severine.bonnechere_obfuscate_api_keys_listing.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

ggshield/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.45.0"
1+
__version__ = "1.46.0"

0 commit comments

Comments
 (0)