Skip to content

Commit

Permalink
chore(release): 1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
salome-voltz committed Jan 8, 2025
1 parent 0ec819b commit 09667c3
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 98 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

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

## 1.35.0 — 2025-01-08

### Added

- The `--all-secrets` option to secret scans, allowing to display all found secrets, and their possible ignore reason.

### Changed

- Files contained in the `.git/` directory are now scanned. Files in subdirectories such as `.git/hooks` are still excluded.

- When scanning commits, ggshield now ignores by default secrets that are removed or contextual to the patch.

### Fixed

- Handle trailing content in multi-parent hunk header.

- Installing ggshield from the release RPM on EL9 failed because of a missing library. This is now fixed (#1036).

- Fix Visual Studio not being able to show error messages from ggshield pre-commit (#170).

<a id='changelog-1.34.0'></a>

## 1.34.0 — 2024-11-27
Expand Down
2 changes: 1 addition & 1 deletion actions/iac/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ branding:
color: 'blue'
runs:
using: 'docker'
image: 'docker://gitguardian/ggshield:v1.34.0'
image: 'docker://gitguardian/ggshield:v1.35.0'
entrypoint: '/app/docker/actions-iac-entrypoint.sh'
args:
- ${{ inputs.args }}
2 changes: 1 addition & 1 deletion actions/sca/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ branding:
color: 'blue'
runs:
using: 'docker'
image: 'docker://gitguardian/ggshield:v1.34.0'
image: 'docker://gitguardian/ggshield:v1.35.0'
entrypoint: '/app/docker/actions-sca-entrypoint.sh'
args:
- ${{ inputs.args }}
2 changes: 1 addition & 1 deletion actions/secret/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inputs:

runs:
using: 'docker'
image: 'docker://gitguardian/ggshield:v1.34.0'
image: 'docker://gitguardian/ggshield:v1.35.0'
entrypoint: '/app/docker/actions-secret-entrypoint.sh'
args:
- ${{ inputs.args }}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion ggshield/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.34.0"
__version__ = "1.35.0"

0 comments on commit 09667c3

Please sign in to comment.