From ded84f6d04d9dd56510709192a49c14d5c26eec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 20:10:42 +0000 Subject: [PATCH] Bump trufflesecurity/trufflehog from 3.89.2 to 3.90.2 Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.89.2 to 3.90.2. - [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/6641d4ba5b684fffe195b9820345de1bf19f3181...a05cf0859455b5b16317ee22d809887a4043cdf0) --- updated-dependencies: - dependency-name: trufflesecurity/trufflehog dependency-version: 3.90.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index d30a8608..8cb165c7 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -17,6 +17,6 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: detect secrets - uses: trufflesecurity/trufflehog@6641d4ba5b684fffe195b9820345de1bf19f3181 # v3.89.2 + uses: trufflesecurity/trufflehog@a05cf0859455b5b16317ee22d809887a4043cdf0 # v3.90.2 with: extra_args: "--exclude_paths .github/exclude-patterns.txt --max_depth=1"