From 9b08f1374410ad0a581d5c9213241ba83f4f2c48 Mon Sep 17 00:00:00 2001 From: Aurelien Gateau Date: Tue, 9 Jan 2024 11:24:30 +0100 Subject: [PATCH] feat(action): update ggshield to 1.23.0 --- README.md | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b24d139..e602ebc 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.22.0 + uses: GitGuardian/ggshield-action@v1.23.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.22.0 + uses: GitGuardian/ggshield-action@v1.23.0 with: args: -v --ignore-known-secrets env: diff --git a/action.yml b/action.yml index fa46a04..c98f481 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ branding: color: "blue" runs: using: "docker" - image: "docker://gitguardian/ggshield:v1.22.0" + image: "docker://gitguardian/ggshield:v1.23.0" entrypoint: "/app/docker/actions-secret-entrypoint.sh" args: - ${{ inputs.args }}