From f772e31348ef9384403ed2453fd1e6616b3967a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 12:33:01 +0000 Subject: [PATCH] Bump trufflesecurity/trufflehog from 3.7.1 to 3.7.2 Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.7.1 to 3.7.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/047e2b4607487da3c05564ec9b198cf22a048310...d8ed02643a318c5e8159ee5856654126f77a2ae3) --- 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 99bcd0a7..f2bc5b42 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@047e2b4607487da3c05564ec9b198cf22a048310 + uses: trufflesecurity/trufflehog@d8ed02643a318c5e8159ee5856654126f77a2ae3 with: path: ./ base: ${{ github.base_ref }}