Skip to content

Commit

Permalink
chore(release): 1.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Séverine Bonnechère committed Jan 27, 2025
1 parent c405695 commit f98e9ae
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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

## 1.36.0 — 2025-01-27

### Removed

- SCA code and commands.

- IaC code and commands.

### Fixed

- `--instance` param now handles input https://api.eu1.gitguardian.com/v1 or https://api.gitguardian.com/v1.

- Fix `secret scan pre-commit` crashing on big merges (#1032).

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

## 1.35.0 — 2025-01-08
Expand Down
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.35.0'
image: 'docker://gitguardian/ggshield:v1.36.0'
entrypoint: '/app/docker/actions-secret-entrypoint.sh'
args:
- ${{ inputs.args }}
4 changes: 0 additions & 4 deletions changelog.d/20250103_165032_florian.perucki_remove_sca_iac.md

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.35.0"
__version__ = "1.36.0"

0 comments on commit f98e9ae

Please sign in to comment.