Skip to content

Commit 9a6a393

Browse files
committed
chore(release): 1.40.0
1 parent 4cbfdb7 commit 9a6a393

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.40.0'></a>
4+
5+
## 1.40.0 — 2025-05-27
6+
7+
### Added
8+
9+
- The release assets now contain a NuGet package.
10+
11+
- Added a new section in `ggshield` outputs (text and JSON) to notify if a secret is in one of the accounts' secrets managers.
12+
13+
### Changed
14+
15+
- `ggshield secret scan docker` now scans files in `/usr/src/app`.
16+
17+
### Fixed
18+
19+
- Fixed a bug in the way `ggshield` obfuscated secrets that caused a crash for short secrets (#1086).
20+
21+
- `ggshield` no longer crashes when it can't find git.
22+
323
<a id='changelog-1.39.0'></a>
424

525
## 1.39.0 — 2025-04-29

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

changelog.d/20250506_155224_severine.bonnechere_fix_choco_publication.md

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

changelog.d/20250506_160702_aurelien.gateau_fix_censor.md

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

changelog.d/20250507_145529_achille.mascia_add_nhi_option.md

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

changelog.d/20250514_134109_aurelien.gateau_docker_scan_usr_src_app.md

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

changelog.d/20250515_155151_aurelien.gateau_dont_require_git.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.39.0"
1+
__version__ = "1.40.0"

0 commit comments

Comments
 (0)