From 0d1791617147fb76866888371816f80e14a19832 Mon Sep 17 00:00:00 2001 From: Adrien Bouvais Date: Mon, 17 Aug 2026 10:13:45 +0200 Subject: [PATCH] Fix --- .gitea/workflows/trufflehog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/trufflehog.yml b/.gitea/workflows/trufflehog.yml index c496bd9..332c667 100644 --- a/.gitea/workflows/trufflehog.yml +++ b/.gitea/workflows/trufflehog.yml @@ -15,4 +15,4 @@ jobs: - name: Run TruffleHog CLI run: | curl -sSfL https://raw.githubusercontent.com/trufflesecurity/trufflehog/main/scripts/install.sh | sudo sh -s -- -b /usr/local/bin > /dev/null 2>&1 - trufflehog git file://$(pwd) --results=verified --json 2>/dev/null | jq -r '"[\(.DetectorName)] Verified secret found in: \(.SourceMetadata.Data.Git.file // "repository")"' + trufflehog git file://$(pwd) --results=verified --json 2>/dev/null | jq .