Skip to content

Commit 8f19f0b

Browse files
committed
feat(action): update ggshield to 1.28.0
1 parent e8eef84 commit 8f19f0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
fetch-depth: 0 # fetch all history so multiple commits can be scanned
4646
- name: GitGuardian scan
47-
uses: GitGuardian/ggshield-action@v1.27.0
47+
uses: GitGuardian/ggshield-action@v1.28.0
4848
env:
4949
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
5050
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
fetch-depth: 0 # fetch all history so multiple commits can be scanned
7777
- name: GitGuardian scan
78-
uses: GitGuardian/ggshield-action@v1.27.0
78+
uses: GitGuardian/ggshield-action@v1.28.0
7979
with:
8080
args: -v --ignore-known-secrets
8181
env:

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.27.0"
17+
image: "docker://gitguardian/ggshield:v1.28.0"
1818
entrypoint: "/app/docker/actions-secret-entrypoint.sh"
1919
args:
2020
- ${{ inputs.args }}

0 commit comments

Comments
 (0)