From 6ce89c911a961d03590b0bb799f62c830b16d74b Mon Sep 17 00:00:00 2001 From: bthornton-cb <155778758+bthornton-cb@users.noreply.github.com> Date: Fri, 5 Jan 2024 15:20:53 -0800 Subject: [PATCH] Update trufflehog.yaml --- .github/workflows/trufflehog.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/trufflehog.yaml b/.github/workflows/trufflehog.yaml index e2599394..5a5c15d6 100644 --- a/.github/workflows/trufflehog.yaml +++ b/.github/workflows/trufflehog.yaml @@ -26,13 +26,13 @@ jobs: - name: TruffleHog OSS id: trufflehog - uses: trufflesecurity/trufflehog@main + uses: trufflesecurity/trufflehog@1cc41e2c757017b55e447c015485e166486376c1 #v3.63.7 continue-on-error: true with: path: ./ base: "${{ github.event.repository.default_branch }}" head: HEAD - extra_args: --only-verified + extra_args: --only-verified --no-update - name: Scan Results Status if: steps.trufflehog.outcome == 'failure'