Skip to content

Commit f866bb8

Browse files
committed
chore(release): 1.38.1
1 parent d3c75f4 commit f866bb8

File tree

4 files changed

+10
-43
lines changed

4 files changed

+10
-43
lines changed

CHANGELOG.md

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

3+
<a id='changelog-1.38.1'></a>
4+
5+
## 1.38.1 — 2025-04-02
6+
7+
### Added
8+
9+
- ggshield can now scan .jar files using `ggshield secret scan archive`.
10+
311
<a id='changelog-1.38.0'></a>
412

513
## 1.38.0 — 2025-03-27

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

changelog.d/20250401_155000_salome.voltz_scrt_5449_make_ggshield_able_to_scan_jar_files.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.38.0"
1+
__version__ = "1.38.1"

0 commit comments

Comments
 (0)