Skip to content

Commit 3216e2c

Browse files
committed
chore(release): 1.22.0
1 parent 17b9dcc commit 3216e2c

9 files changed

Lines changed: 22 additions & 91 deletions

CHANGELOG.md

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

3+
<a id='changelog-1.22.0'></a>
4+
5+
## 1.22.0 — 2023-11-28
6+
7+
### Added
8+
9+
- Secret: ggshield now prints the name of what is being scanned when called with `--verbose` (#212).
10+
11+
- 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.
12+
13+
### Changed
14+
15+
- ggshield can now scan huge commits without running out of memory.
16+
17+
### Fixed
18+
19+
- IAC and SCA: scans in GitLab merge request pipelines should now be performed on the intended commit ranges, instead of an empty range.
20+
321
<a id='changelog-1.21.0'></a>
422

523
## 1.21.0 — 2023-11-09

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

changelog.d/20231116_161441_aurelien.gateau_iter_scannable3.md

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

changelog.d/20231120_192320_samuel.guillaume_scrt_3964_print_name_of_what_is_being_scanned_when_scanning_with.md

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

changelog.d/20231121_135242_james.sinclair_skip_env_var.md

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

changelog.d/20231121_154005_paul.beslin.ext_fix_commit_selection_merged_results_gitlab.md

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

ggshield/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.21.0"
1+
__version__ = "1.22.0"

0 commit comments

Comments
 (0)