From 3b08cc5a0fee4733cb562eea3dccc7d65c91bc7f Mon Sep 17 00:00:00 2001 From: bthornton-cb <155778758+bthornton-cb@users.noreply.github.com> Date: Fri, 5 Jan 2024 15:29:39 -0800 Subject: [PATCH] Update trufflehog.yaml --- .github/workflows/trufflehog.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/trufflehog.yaml b/.github/workflows/trufflehog.yaml index 8efd8e4d..4d8c0ce9 100644 --- a/.github/workflows/trufflehog.yaml +++ b/.github/workflows/trufflehog.yaml @@ -8,7 +8,6 @@ on: permissions: contents: read - id-token: write issues: write pull-requests: write @@ -32,7 +31,7 @@ jobs: path: ./ base: "${{ github.event.repository.default_branch }}" head: HEAD - extra_args: --only-verified + extra_args: --debug - name: Scan Results Status if: steps.trufflehog.outcome == 'failure'