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 .