From 8fb61f2f136b80346103c8d29ad20c041f2f1198 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 22 Oct 2024 13:44:32 +0100 Subject: [PATCH] Reset git leaks actions from last colin's change --- .github/actions/scan-secrets/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/scan-secrets/action.yaml b/.github/actions/scan-secrets/action.yaml index 781659f6b..1ed8bac27 100644 --- a/.github/actions/scan-secrets/action.yaml +++ b/.github/actions/scan-secrets/action.yaml @@ -7,4 +7,4 @@ runs: shell: bash run: | # Please do not change this `check=whole-history` setting, as new patterns may be added or history may be rewritten. - check=staged-changes ./scripts/githooks/scan-secrets.sh + check=whole-history ./scripts/githooks/scan-secrets.sh