From 5e13171e8a99e7822f2dcaff7cc8920fea6f31f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 15:15:39 -0600 Subject: [PATCH] Bump trufflesecurity/trufflehog from 3.70.2 to 3.71.0 (#1) Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.70.2 to 3.71.0. - [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/0147fbb860876070682a5eb215a86e1c3970acbd...6dbe80806b35fec21978910be3a985c7cc92fd62) --- updated-dependencies: - dependency-name: trufflesecurity/trufflehog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/trufflehog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trufflehog.yml b/.github/workflows/trufflehog.yml index 556f801..b9d5b9c 100644 --- a/.github/workflows/trufflehog.yml +++ b/.github/workflows/trufflehog.yml @@ -42,7 +42,7 @@ jobs: fetch-depth: 0 - name: Check secrets with TruffleHog OSS - uses: trufflesecurity/trufflehog@0147fbb860876070682a5eb215a86e1c3970acbd # v3.70.2 + uses: trufflesecurity/trufflehog@6dbe80806b35fec21978910be3a985c7cc92fd62 # v3.71.0 with: path: ./ head: HEAD