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