From 8d9acaf1808c26018eb69e0fe8adee8161417101 Mon Sep 17 00:00:00 2001 From: Pierre Lalanne Date: Tue, 30 Jan 2024 18:33:46 +0100 Subject: [PATCH] feat(action): update ggshield to 1.24.0 --- README.md | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e602ebc..e396a02 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.23.0 + uses: GitGuardian/ggshield-action@v1.24.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.23.0 + uses: GitGuardian/ggshield-action@v1.24.0 with: args: -v --ignore-known-secrets env: diff --git a/action.yml b/action.yml index c98f481..1caeba2 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ branding: color: "blue" runs: using: "docker" - image: "docker://gitguardian/ggshield:v1.23.0" + image: "docker://gitguardian/ggshield:v1.24.0" entrypoint: "/app/docker/actions-secret-entrypoint.sh" args: - ${{ inputs.args }}