From e8eef84fc3419d2a7e7beb15ab96c95b3ce2da24 Mon Sep 17 00:00:00 2001 From: Garance Gourdel Date: Tue, 30 Apr 2024 15:28:42 +0200 Subject: [PATCH] feat(action): update ggshield to 1.27.0 --- README.md | 4 ++-- action.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f11f04..7cdbb7b 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.26.0 + uses: GitGuardian/ggshield-action@v1.27.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.26.0 + uses: GitGuardian/ggshield-action@v1.27.0 with: args: -v --ignore-known-secrets env: diff --git a/action.yml b/action.yml index dbda581..f628721 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ branding: color: "blue" runs: using: "docker" - image: "docker://gitguardian/ggshield:v1.26.0" + image: "docker://gitguardian/ggshield:v1.27.0" entrypoint: "/app/docker/actions-secret-entrypoint.sh" args: - ${{ inputs.args }}