From 19ea5543ea6e8558ae968f04ba46903caa0f58f2 Mon Sep 17 00:00:00 2001 From: charlesgauthereau Date: Thu, 28 Aug 2025 09:47:42 +0200 Subject: [PATCH] Working on the retention system. --- .github/workflows/security.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index e5987cc1..f5319079 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -35,4 +35,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: gitleaks/gitleaks-action@v2 \ No newline at end of file + with: + fetch-depth: 0 # Fetch full history for gitleaks + - uses: gitleaks/gitleaks-action@v2 + with: + config-path: .gitleaks.toml # Optional, if you have a custom config \ No newline at end of file