From b9177e55805f4cbfd6e98c0666b02f29c7313b2d Mon Sep 17 00:00:00 2001 From: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Date: Mon, 15 Apr 2024 17:37:07 +0200 Subject: [PATCH] fix(trufflehog): fix GitHub action of TruffleHog (#3775) --- .github/workflows/find-secrets.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/find-secrets.yml b/.github/workflows/find-secrets.yml index 1beddbb1be..e6b344ac00 100644 --- a/.github/workflows/find-secrets.yml +++ b/.github/workflows/find-secrets.yml @@ -16,3 +16,4 @@ jobs: path: ./ base: ${{ github.event.repository.default_branch }} head: HEAD + extra_args: --only-verified \ No newline at end of file