From 198339013a4b2dd0803459d9a2812ee87a40dfca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 12:05:20 +0000 Subject: [PATCH] Bump trufflesecurity/trufflehog from 3.90.5 to 3.91.2 Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.90.5 to 3.91.2. - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Commits](https://github.com/trufflesecurity/trufflehog/compare/0f58ae7c5036094a1e3e750d18772af92821b503...821e8b9e5cdf8dc484dd23e06f78941fcf6b9191) --- updated-dependencies: - dependency-name: trufflesecurity/trufflehog dependency-version: 3.91.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/SecretScan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/SecretScan.yml b/.github/workflows/SecretScan.yml index 9689c1b..5228617 100644 --- a/.github/workflows/SecretScan.yml +++ b/.github/workflows/SecretScan.yml @@ -78,6 +78,6 @@ jobs: # Run TruffleHog Scan against the downloaded repo - name: Scan for Secrets - uses: trufflesecurity/trufflehog@0f58ae7c5036094a1e3e750d18772af92821b503 + uses: trufflesecurity/trufflehog@821e8b9e5cdf8dc484dd23e06f78941fcf6b9191 with: extra_args: --results=verified,unknown