From 459a0427c31420b5ffb04e32aea0b975b91b8ac8 Mon Sep 17 00:00:00 2001 From: Jo Date: Sat, 31 May 2025 18:57:46 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Remove=20trufflehog=20head=20dec?= =?UTF-8?q?laration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check-leaks.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/check-leaks.yml b/.github/workflows/check-leaks.yml index 7cdb48c..72bbc91 100644 --- a/.github/workflows/check-leaks.yml +++ b/.github/workflows/check-leaks.yml @@ -26,12 +26,11 @@ jobs: - id: trufflehog name: TruffleHog scan - uses: trufflesecurity/trufflehog@v3.88.35 + uses: trufflesecurity/trufflehog@main continue-on-error: true with: path: ./ base: "${{ github.event.repository.default_branch }}" - head: HEAD extra_args: --debug --only-verified - name: Scan Results Status