From d153fdf0dd899f72891d4c243889993e333aceb7 Mon Sep 17 00:00:00 2001 From: Sergio Garcia <38561120+sergargar@users.noreply.github.com> Date: Mon, 15 Apr 2024 17:40:58 +0200 Subject: [PATCH] fix(trufflehog): fix GitHub action of TruffleHog (#3774) --- .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..933bb328d0 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