Fix
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 16s
Validate Kubernetes & YAML / validate-all (push) Successful in 39s

This commit is contained in:
Adrien Bouvais 2026-08-17 10:13:45 +02:00
parent db7eec76c8
commit 0d17916171

View File

@ -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 .