From c545ff27d680681938cbeefb44cd62af4b8fea52 Mon Sep 17 00:00:00 2001 From: Adrien Bouvais Date: Sun, 16 Aug 2026 15:08:16 +0200 Subject: [PATCH] Fix --- .gitea/workflows/trufflehog.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/trufflehog.yml b/.gitea/workflows/trufflehog.yml index 2e31db3..0fe384d 100644 --- a/.gitea/workflows/trufflehog.yml +++ b/.gitea/workflows/trufflehog.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 - - name: TruffleHog Secret Scan - uses: trufflesecurity/trufflehog@main - with: - extra_args: --only-verified + - name: Run TruffleHog CLI + run: | + curl -sSfL https://raw.githubusercontent.com/trufflesecurity/trufflehog/main/scripts/install.sh | sudo sh -s -- -b /usr/local/bin + trufflehog git file://$(pwd) --only-verified