Try trufflehog action
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 38s
Validate Kubernetes & YAML / validate-all (push) Failing after 36s

This commit is contained in:
Adrien Bouvais 2026-08-17 09:13:08 +02:00
parent c6549f8204
commit 287725306a

View File

@ -12,7 +12,8 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Run TruffleHog CLI - name: TruffleHog Secret Scan
run: | uses: trufflesecurity/trufflehog@main
curl -sSfL https://raw.githubusercontent.com/trufflesecurity/trufflehog/main/scripts/install.sh | sudo sh -s -- -b /usr/local/bin with:
trufflehog git file://$(pwd) --only-verified # Optional: Add any extra CLI arguments here
extra_args: --only-verified