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