Skip to content

Commit 166290f

Browse files
committed
chore(release): 1.39.0
1 parent a391aee commit 166290f

6 files changed

+16
-49
lines changed

CHANGELOG.md

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

3+
<a id='changelog-1.39.0'></a>
4+
5+
## 1.39.0 — 2025-04-29
6+
7+
### Added
8+
9+
- ggshield is now available on Chocolatey (#934).
10+
11+
- `ggshield secret scan` output now contains a link to the detector documentation for each secret found.
12+
13+
### Fixed
14+
15+
- Fixed error when scanning `.tar.gz` compressed files inside docker layers.
16+
317
<a id='changelog-1.38.1'></a>
418

519
## 1.38.1 — 2025-04-02

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

changelog.d/20250408_150950_jonathan.griffe_add_ci_push_to_choco_job.md

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

changelog.d/20250422_185842_severine.bonnechere_handle_tar_gz_in_docker_images.md

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

changelog.d/20250423_102414_salome.voltz_scrt_5438_ggshield_for_each_detected_secret_add_a_link_towards_our.md

Lines changed: 0 additions & 41 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.38.1"
1+
__version__ = "1.39.0"

0 commit comments

Comments
 (0)