From 79b7f790de88f3577ca8e202a7c797bdeb60a7e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 13:02:14 +0000 Subject: [PATCH] Bump trufflesecurity/trufflehog from 3.31.6 to 3.46.1 Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.31.6 to 3.46.1. - [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/458c79165af9084a821713875b75af992b22496e...5043fc87566b949e955b297b706dc29cb2e2e145) --- updated-dependencies: - dependency-name: trufflesecurity/trufflehog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/secret-scan.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/secret-scan.yaml b/.github/workflows/secret-scan.yaml index 5465e280..8f40cc7d 100644 --- a/.github/workflows/secret-scan.yaml +++ b/.github/workflows/secret-scan.yaml @@ -12,7 +12,7 @@ jobs: fetch-depth: 0 - name: Scan code for hardcoded secrets - uses: trufflesecurity/trufflehog@458c79165af9084a821713875b75af992b22496e + uses: trufflesecurity/trufflehog@5043fc87566b949e955b297b706dc29cb2e2e145 with: path: ./ base: ${{ github.base_ref }}