From 9c0b0bda696ebabf8b57241d1cf773a763af3135 Mon Sep 17 00:00:00 2001 From: ninjaguardian Date: Sun, 11 Aug 2024 14:44:13 -0500 Subject: [PATCH] update gitleaks --- .github/workflows/gitleaks-action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gitleaks-action.yml b/.github/workflows/gitleaks-action.yml index 601dbab..97b62e7 100644 --- a/.github/workflows/gitleaks-action.yml +++ b/.github/workflows/gitleaks-action.yml @@ -8,6 +8,8 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + - run: wget https://raw.githubusercontent.com/zricethezav/gitleaks/master/config/gitleaks.toml - uses: gitleaks/gitleaks-action@v2 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITLEAKS_CONFIG: configs/gitleaks.toml \ No newline at end of file