From 606e42384cb5dc0b66f3d2fb6a9be6c5328b4a7e Mon Sep 17 00:00:00 2001 From: Aurelien Gateau Date: Tue, 1 Oct 2024 16:02:24 +0200 Subject: [PATCH] feat(action): update ggshield to 1.32.1 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2b4ba20..4d98bf5 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,7 @@ branding: color: "blue" runs: using: "docker" - image: "docker://gitguardian/ggshield:v1.32.0" + image: "docker://gitguardian/ggshield:v1.32.1" entrypoint: "/app/docker/actions-secret-entrypoint.sh" args: - ${{ inputs.args }}