From 5633e220ab618b3544de29575318409ff75da136 Mon Sep 17 00:00:00 2001 From: MikeG112 Date: Mon, 23 Dec 2024 13:25:27 -0500 Subject: [PATCH] Fix trufflehog action config --- .github/workflows/test.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1c36e3b..f58362f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -24,15 +24,12 @@ jobs: with: fetch-depth: 0 - - name: TruffleHog OSS + - name: Trufflehog Secret Scanning id: trufflehog uses: trufflesecurity/trufflehog@main continue-on-error: true with: - path: ./ - base: "${{ github.event.repository.default_branch }}" - head: HEAD - extra_args: --debug + extra_args: --results=verified,unknown - name: Scan Results Status if: steps.trufflehog.outcome == 'failure'