Skip to content

Commit 32a2841

Browse files
committed
chore(release): 1.15.0
1 parent 8032172 commit 32a2841

8 files changed

+21
-166
lines changed

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.15.0'></a>
4+
5+
## 1.15.0 — 2023-04-25
6+
7+
### Changed
8+
9+
- `ggshield secret scan` output now includes a link to the incident if the secret is already known on the user's GitGuardian dashboard.
10+
11+
- `ggshield secret scan docker` no longer rescans known-clean layers, speeding up subsequent scans. This cache is tied to GitGuardian secrets engine version, so all layers are rescanned when a new version of the secrets engine is deployed.
12+
13+
### Fixed
14+
15+
- Fixed an issue where the progress bar for `ggshield secret scan` commands would sometimes reach 100% too early and then stayed stuck until the end of the scan.
16+
17+
### Removed
18+
19+
- The deprecated commands `ggshield scan` and `ggshield ignore` have been removed. Use `ggshield secret scan` and `ggshield secret ignore` instead.
20+
321
<a id='changelog-1.14.5'></a>
422

523
## 1.14.5 — 2023-03-29

actions/iac/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ branding:
2121
color: 'blue'
2222
runs:
2323
using: 'docker'
24-
image: 'docker://gitguardian/ggshield:v1.14.5'
24+
image: 'docker://gitguardian/ggshield:v1.15.0'
2525
entrypoint: '/app/docker/actions-iac-entrypoint.sh'
2626
args:
2727
- ${{ inputs.args }}

actions/secret/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ inputs:
2121

2222
runs:
2323
using: 'docker'
24-
image: 'docker://gitguardian/ggshield:v1.14.5'
24+
image: 'docker://gitguardian/ggshield:v1.15.0'
2525
entrypoint: '/app/docker/actions-secret-entrypoint.sh'
2626
args:
2727
- ${{ inputs.args }}

changelog.d/20230403_121625_samuel.guillaume_scrt_3269_ggshield_scan_removal.md

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

changelog.d/20230404_144426_alina.tuholukova_add_known_secrets_url.md

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

changelog.d/20230412_104256_aurelien.gateau_secretscanner_ui.md

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

changelog.d/20230417_123418_aurelien.gateau_cache_docker_successful_scan.md

Lines changed: 0 additions & 41 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.14.5"
1+
__version__ = "1.15.0"

0 commit comments

Comments
 (0)