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