From 8ffe277253f6a2f385a300c1e9f20f9ba0a2f558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 12:59:30 +0000 Subject: [PATCH] Bump trufflesecurity/trufflehog from 3.31.2 to 3.31.6 Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.31.2 to 3.31.6. - [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/4d46c9a9dc644089dec5159167342d80d846dba6...458c79165af9084a821713875b75af992b22496e) --- updated-dependencies: - dependency-name: trufflesecurity/trufflehog dependency-type: direct:production update-type: version-update:semver-patch ... 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 021671f0..5465e280 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@4d46c9a9dc644089dec5159167342d80d846dba6 + uses: trufflesecurity/trufflehog@458c79165af9084a821713875b75af992b22496e with: path: ./ base: ${{ github.base_ref }}