Skip to content

Commit ca3f7d6

Browse files
committed
chore(release): 1.48.0
1 parent 9b80ce2 commit ca3f7d6

7 files changed

Lines changed: 22 additions & 96 deletions

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.48.0'></a>
4+
5+
## 1.48.0 — 2026-02-17
6+
7+
### Added
8+
9+
- Add enterprise plugin system for ggshield, allowing organizations to install and manage plugins from GitGuardian.
10+
11+
- `hmsl`: Secrets shorter than 6 characters are now filtered out before being sent to the HMSL API, reducing false positives from obvious non-secrets.
12+
13+
### Changed
14+
15+
- `hmsl`: Expand the list of excluded placeholder values (e.g., `changeme`, `placeholder`, `redacted`) that are not sent to the HMSL API.
16+
17+
- Relax `urllib3` dependency pin from `~=2.2.2` to `>=2.2.2,<3`, allowing compatibility with newer urllib3 versions (#1160).
18+
19+
### Fixed
20+
21+
- Prevent docker scan stdout from leaking into JSON output.
22+
323
<a id='changelog-1.47.0'></a>
424

525
## 1.47.0 — 2026-01-27

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.47.0'
19+
image: 'docker://gitguardian/ggshield:v1.48.0'
2020
entrypoint: '/app/docker/actions-secret-entrypoint.sh'
2121
args:
2222
- ${{ inputs.args }}

changelog.d/20260126_100000_clement.tourriere_enterprise_plugin_system.md

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

changelog.d/20260203_200954_pierre.lalanne_hmsl_length_filter.md

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

changelog.d/20260209_112852_clement.tourriere_docker_stdout_json.md

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

changelog.d/20260217_102505_alexandre.pasmantier_relax_urllib3_pin.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.47.0"
1+
__version__ = "1.48.0"

0 commit comments

Comments
 (0)