From 386544077ff4868d3f4f818c8bc60bc7f6284872 Mon Sep 17 00:00:00 2001 From: riddhi-desai <121314059+riddhi-desai@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:55:09 +0000 Subject: [PATCH] update gitleaks version --- .github/workflows/gitleaks_github_actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gitleaks_github_actions.yml b/.github/workflows/gitleaks_github_actions.yml index b0e3752..0540dc2 100644 --- a/.github/workflows/gitleaks_github_actions.yml +++ b/.github/workflows/gitleaks_github_actions.yml @@ -8,8 +8,8 @@ jobs: runs-on: ubuntu-latest env: REPO: https://github.com/MeasureAuthoringTool/mat-drupal - REMOTE_EXCLUDES_URL: https://raw.githubusercontent.com/casey-erdmann/bmat-gitleaks-automation/master/mat-drupal/gitleaks.toml - GITLEAKS_VERSION: v3.0.3 + REMOTE_EXCLUDES_URL: https://raw.githubusercontent.com/semanticbits/bmat-gitleaks-automation/master/mat-drupal/gitleaks.toml + GITLEAKS_VERSION: v7.5.0 steps: - name: Execute Gitleaks run: |