Skip to content

Commit 09667c3

Browse files
committed
chore(release): 1.35.0
1 parent 0ec819b commit 09667c3

11 files changed

+26
-98
lines changed

CHANGELOG.md

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

3+
<a id='changelog-1.35.0'></a>
4+
5+
## 1.35.0 — 2025-01-08
6+
7+
### Added
8+
9+
- The `--all-secrets` option to secret scans, allowing to display all found secrets, and their possible ignore reason.
10+
11+
### Changed
12+
13+
- Files contained in the `.git/` directory are now scanned. Files in subdirectories such as `.git/hooks` are still excluded.
14+
15+
- When scanning commits, ggshield now ignores by default secrets that are removed or contextual to the patch.
16+
17+
### Fixed
18+
19+
- Handle trailing content in multi-parent hunk header.
20+
21+
- Installing ggshield from the release RPM on EL9 failed because of a missing library. This is now fixed (#1036).
22+
23+
- Fix Visual Studio not being able to show error messages from ggshield pre-commit (#170).
24+
325
<a id='changelog-1.34.0'></a>
426

527
## 1.34.0 — 2024-11-27

actions/iac/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ branding:
1414
color: 'blue'
1515
runs:
1616
using: 'docker'
17-
image: 'docker://gitguardian/ggshield:v1.34.0'
17+
image: 'docker://gitguardian/ggshield:v1.35.0'
1818
entrypoint: '/app/docker/actions-iac-entrypoint.sh'
1919
args:
2020
- ${{ inputs.args }}

actions/sca/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ branding:
1414
color: 'blue'
1515
runs:
1616
using: 'docker'
17-
image: 'docker://gitguardian/ggshield:v1.34.0'
17+
image: 'docker://gitguardian/ggshield:v1.35.0'
1818
entrypoint: '/app/docker/actions-sca-entrypoint.sh'
1919
args:
2020
- ${{ inputs.args }}

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

changelog.d/20241030_142555_guillaume.valadon_dot_git_config.md

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

changelog.d/20241129_155452_samuel.guillaume_spi_526_implement_deletion_commit_identification_in_ggshield.md

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

changelog.d/20241203_154800_mathias.millet_spi_515_add_all_secrets_option_to_ggshield_secret_scans_bis.md

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

changelog.d/20241213_184336_severine.bonnechere_handle_multi_parent_hunk_header.md

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

changelog.d/20250107_114112_aurelien.gateau_add_missing_dependency.md

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

changelog.d/20250107_183611_aurelien.gateau_fix_windows_encoding.md

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

0 commit comments

Comments
 (0)