From 420416d81ab53d1659372a937570cea8c75320ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 01:06:48 +0000 Subject: [PATCH] Bump trufflesecurity/trufflehog Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 2a9f34962d9085787d4c80cd6546ff89ddca7d6d to 24748b3de6ee3950e0b5c5682f9cccaffa4aed86. - [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/2a9f34962d9085787d4c80cd6546ff89ddca7d6d...24748b3de6ee3950e0b5c5682f9cccaffa4aed86) --- updated-dependencies: - dependency-name: trufflesecurity/trufflehog dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/leaked-secrets-scan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/leaked-secrets-scan.yaml b/.github/workflows/leaked-secrets-scan.yaml index c2aaf28..841cb86 100644 --- a/.github/workflows/leaked-secrets-scan.yaml +++ b/.github/workflows/leaked-secrets-scan.yaml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - name: TruffleHog OSS - uses: trufflesecurity/trufflehog@2a9f34962d9085787d4c80cd6546ff89ddca7d6d + uses: trufflesecurity/trufflehog@24748b3de6ee3950e0b5c5682f9cccaffa4aed86 with: path: ./ base: ${{ github.event.repository.default_branch }}