Skip to content

Commit c87de16

Browse files
committed
chore(release): 1.42.0
1 parent 08fc2cb commit c87de16

7 files changed

+20
-55
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
<a id='changelog-1.42.0'></a>
4+
5+
## 1.42.0 — 2025-07-29
6+
7+
### Added
8+
9+
- Added an additional section in `ggshield` outputs to return vault related fields if the account setting is enabled.
10+
11+
- `ggshield` Docker image now supports both linux/amd64 and linux/arm64 architectures (#952).
12+
13+
- `ggshield secret scan docker` now scans more files.
14+
15+
### Changed
16+
17+
- `ggshield secret scan` now provides an `--source-uuid` option. When this option is set, it will create the incidents on the GIM
18+
dashboard on the corresponding source. Note that the token should have the scope `scan:create-incidents`.
19+
320
<a id='changelog-1.41.0'></a>
421

522
## 1.41.0 — 2025-06-24
@@ -34,7 +51,7 @@
3451

3552
### Added
3653

37-
- ggshield is now available on Chocolatey (#934).
54+
- `ggshield` is now available on Chocolatey (#934).
3855

3956
- `ggshield secret scan` output now contains a link to the detector documentation for each secret found.
4057

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

changelog.d/20250625_161705_alina.tuholukova.md

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

changelog.d/20250702_102942_achille.mascia_nhi_ggshield_v2.md

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

changelog.d/20250709_184012_severine.bonnechere_produce_docker_arm_images.md

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

changelog.d/20250717_280780_guillaune.valadon.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.41.0"
1+
__version__ = "1.42.0"

0 commit comments

Comments
 (0)