Skip to content

Commit 7661bef

Browse files
committed
chore(release): 1.37.0
1 parent d901f16 commit 7661bef

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

CHANGELOG.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,34 @@
11
# Changelog
22

3+
<a id='changelog-1.37.0'></a>
4+
5+
## 1.37.0 — 2025-03-03
6+
7+
### Fixed
8+
9+
- `ggshield secret scan docker` now correctly handles ignored paths (#548).
10+
311
<a id='changelog-1.36.0'></a>
412

513
## 1.36.0 — 2025-01-27
614

715
### Removed
816

9-
- SCA code and commands.
10-
11-
- IaC code and commands.
17+
- `ggshield sca` and `ggshield iac` commands have been removed.
1218

1319
### Fixed
1420

15-
- `--instance` param now handles input https://api.eu1.gitguardian.com/v1 or https://api.gitguardian.com/v1.
21+
- The `--instance` option now accepts both https://api.eu1.gitguardian.com/v1 or https://api.gitguardian.com/v1.
1622

17-
- Fix `secret scan pre-commit` crashing on big merges (#1032).
23+
- Fix `ggshield secret scan pre-commit` crashing on big merges (#1032).
1824

1925
<a id='changelog-1.35.0'></a>
2026

2127
## 1.35.0 — 2025-01-08
2228

2329
### Added
2430

25-
- The `--all-secrets` option to secret scans, allowing to display all found secrets, and their possible ignore reason.
31+
- `ggshield secret scan` now provides an `--all-secrets` option. When this option is set, it lists all found secrets and their possible ignore reason.
2632

2733
### Changed
2834

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

changelog.d/20250226_170555_severine.bonnechere_fix_paths_exclusion_in_docker.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.36.0"
1+
__version__ = "1.37.0"

0 commit comments

Comments
 (0)