From 49e2a3a627b494e3860ef30ad0d66de2696cf49c Mon Sep 17 00:00:00 2001 From: Garance Gourdel <garance.gourdel@gmail.com> Date: Tue, 27 Feb 2024 15:48:23 +0100 Subject: [PATCH] feat(action): update ggshield to 1.25.0 --- README.md | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e396a02..8a8ba5c 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ jobs: with: fetch-depth: 0 # fetch all history so multiple commits can be scanned - name: GitGuardian scan - uses: GitGuardian/ggshield-action@v1.24.0 + uses: GitGuardian/ggshield-action@v1.25.0 env: GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }} GITHUB_PUSH_BASE_SHA: ${{ github.event.base }} @@ -75,7 +75,7 @@ jobs: with: fetch-depth: 0 # fetch all history so multiple commits can be scanned - name: GitGuardian scan - uses: GitGuardian/ggshield-action@v1.24.0 + uses: GitGuardian/ggshield-action@v1.25.0 with: args: -v --ignore-known-secrets env: diff --git a/action.yml b/action.yml index 1caeba2..14a2dd2 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ branding: color: "blue" runs: using: "docker" - image: "docker://gitguardian/ggshield:v1.24.0" + image: "docker://gitguardian/ggshield:v1.25.0" entrypoint: "/app/docker/actions-secret-entrypoint.sh" args: - ${{ inputs.args }}