From 99d01f07cba94cbbc1a8b849736a008154d39d5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 06:11:57 +0000 Subject: [PATCH] ci(deps): bump trufflesecurity/trufflehog Bumps the actions-minor-patch group with 1 update in the / directory: [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog). Updates `trufflesecurity/trufflehog` from 3.95.9 to 3.97.4 - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Commits](https://github.com/trufflesecurity/trufflehog/compare/v3.95.9...v3.97.4) --- updated-dependencies: - dependency-name: trufflesecurity/trufflehog dependency-version: 3.97.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/security-scan.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 6ffa2c6..5c1d6d0 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -52,7 +52,7 @@ jobs: - name: Run TruffleHog on PR diff if: github.event_name == 'pull_request' - uses: trufflesecurity/trufflehog@v3.95.9 + uses: trufflesecurity/trufflehog@v3.97.4 with: path: ./ base: ${{ github.event.pull_request.base.sha }} @@ -61,7 +61,7 @@ jobs: - name: Run TruffleHog full history scan if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' - uses: trufflesecurity/trufflehog@v3.95.9 + uses: trufflesecurity/trufflehog@v3.97.4 with: path: ./ extra_args: --only-verified --results=verified,unknown