From 5497cff7ae1b58cd988486afa161eec0ba4c8e4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 21:27:42 +0000 Subject: [PATCH] :arrow_up: Bump trufflesecurity/trufflehog from 3.69.0 to 3.88.35 Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.69.0 to 3.88.35. - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Changelog](https://github.com/trufflesecurity/trufflehog/blob/main/.goreleaser.yml) - [Commits](https://github.com/trufflesecurity/trufflehog/compare/v3.69.0...v3.88.35) --- updated-dependencies: - dependency-name: trufflesecurity/trufflehog dependency-version: 3.88.35 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 68af027..50b8ae3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: run: | make check-codestyle - name: Creadentials search in source code - TruffleHog OSS - uses: trufflesecurity/trufflehog@v3.69.0 + uses: trufflesecurity/trufflehog@v3.88.35 - name: Run tests run: | make test