Rename TruffleHog exclude paths file to plain text

The --exclude-paths flag expects a plain text file with one regex
per line, not a YAML file.

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-03-27 12:47:52 +01:00
committed by Sacha Al Himdani
parent 5237e57d27
commit bc51c910ae
2 changed files with 1 additions and 1 deletions

View File

@@ -19,4 +19,4 @@ jobs:
submodules: recursive
- uses: "trufflesecurity/trufflehog@b78fbfd8eb982f4802e09a265fb2bc37b3040975" # main
with:
extra_args: "--results=verified,unknown --exclude-paths=.trufflehog.yml"
extra_args: "--results=verified,unknown --exclude-paths=.trufflehog-exclude"