Skip to content

Commit 3203bfb

Browse files
committed
chore(release): 1.23.0
1 parent 1bd0351 commit 3203bfb

12 files changed

Lines changed: 36 additions & 30 deletions

CHANGELOG.md

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,58 @@
11
# Changelog
22

3+
<a id='changelog-1.23.0'></a>
4+
5+
## 1.23.0 — 2024-01-09
6+
7+
### Added
8+
9+
- GGShield output now adapts when the grace period of an IaC incident ignored by a developer has been expired.
10+
11+
- GGShield now shows a warning message if it hits a rate-limit.
12+
13+
### Changed
14+
15+
- IaC incidents ignored on the GitGuardian app no longer show up in the scan results.
16+
17+
### Fixed
18+
19+
- IaC/SCA scans now properly find the parent commit SHA on GitLab push pipelines for new branches.
20+
21+
- Error messages now appear above progress bars instead of overlapping them.
22+
23+
#### IaC
24+
25+
- File content are now displayed as intended when executing `ggshield iac scan all` on a subdirectory of a Git repository.
26+
27+
- Pre-push scans are now diff scans when pushing a new branch, comparing to the last commit of the parent branch.
28+
29+
- Pre-push scans on empty repositories no longer include staged files.
30+
331
<a id='changelog-1.22.0'></a>
432

533
## 1.22.0 — 2023-11-28
634

735
### Added
836

9-
- Secret: ggshield now prints the name of what is being scanned when called with `--verbose` (#212).
37+
- Secret: GGShield now prints the name of what is being scanned when called with `--verbose` (#212).
1038

1139
- You can now use the `SKIP=ggshield` environment variable without the [pre-commit framework](https://pre-commit.com/) to skip pre-commit and pre-push scans.
1240

1341
### Changed
1442

15-
- ggshield can now scan huge commits without running out of memory.
43+
- GGShield can now scan huge commits without running out of memory.
1644

1745
### Fixed
1846

19-
- IAC and SCA: scans in GitLab merge request pipelines should now be performed on the intended commit ranges, instead of an empty range.
47+
- IaC and SCA: scans in GitLab merge request pipelines should now be performed on the intended commit ranges, instead of an empty range.
2048

2149
<a id='changelog-1.21.0'></a>
2250

2351
## 1.21.0 — 2023-11-09
2452

2553
### Added
2654

27-
- Support for new options in gitguardian config file. IaC `ignored-paths` and `ignored_policies` can now be defined as objects with `comment` and `until` properties. If an `until` date is provided, the path/policy is only ignored up until this date. The old format is still supported. Check `.gitguardian.example.yaml` for a sample.
55+
- Support for new options in GitGuardian config file. IaC `ignored-paths` and `ignored_policies` can now be defined as objects with `comment` and `until` properties. If an `until` date is provided, the path/policy is only ignored up until this date. The old format is still supported. Check `.gitguardian.example.yaml` for a sample.
2856

2957
### Changed
3058

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

changelog.d/20231115_165150_paul.beslin.ext_implement_auto_ignore.md

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

changelog.d/20231128_134023_carla.martet.ext_update_output_after_end_of_grace_period.md

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

changelog.d/20231201_155919_paul.beslin.ext_gitlab_ci_new_branch.md

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

changelog.d/20231218_170823_aurelien.gateau_ui.md

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

changelog.d/20231219_154446_paul.beslin.ext.md

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

changelog.d/20231222_144942_aurelien.gateau_report_rate_limit.md

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

0 commit comments

Comments
 (0)