diff --git a/.gitea/workflows/gitleak.yml b/.gitea/workflows/gitleak.yml index e5a4958..3d33303 100644 --- a/.gitea/workflows/gitleak.yml +++ b/.gitea/workflows/gitleak.yml @@ -10,6 +10,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - - uses: gitleaks/gitleaks-action@v3 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Run gitleaks + run: | + curl -sSL https://github.com/gitleaks/gitleaks/releases/latest/download/gitleaks_8.21.2_linux_x64.tar.gz | tar -xz + ./gitleaks detect --source . --verbose --exit-code 1