Skip to content

Commit f98e9ae

Browse files
author
Séverine Bonnechère
committed
chore(release): 1.36.0
1 parent c405695 commit f98e9ae

6 files changed

+18
-12
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
<a id='changelog-1.36.0'></a>
4+
5+
## 1.36.0 — 2025-01-27
6+
7+
### Removed
8+
9+
- SCA code and commands.
10+
11+
- IaC code and commands.
12+
13+
### Fixed
14+
15+
- `--instance` param now handles input https://api.eu1.gitguardian.com/v1 or https://api.gitguardian.com/v1.
16+
17+
- Fix `secret scan pre-commit` crashing on big merges (#1032).
18+
319
<a id='changelog-1.35.0'></a>
420

521
## 1.35.0 — 2025-01-08

actions/secret/action.yml

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

changelog.d/20250103_165032_florian.perucki_remove_sca_iac.md

-4
This file was deleted.

changelog.d/20250108_124709_severine.bonnechere_handle_product_doc_api_urls.md

-3
This file was deleted.

changelog.d/20250110_162407_salome.voltz_scrt_5247_ggshield_crashed_on_windows_because_of_git_command_too_long.md

-3
This file was deleted.

ggshield/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.35.0"
1+
__version__ = "1.36.0"

0 commit comments

Comments
 (0)