From c074ba7391bb4800be196a9f0484d56e14c1389b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 06:47:06 +0000 Subject: [PATCH] chore(deps): Bump trufflesecurity/trufflehog from 3.42.0 to 3.52.1 Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.42.0 to 3.52.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/v3.42.0...v3.52.1) --- 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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/secret-scan.yml b/.github/workflows/secret-scan.yml index 551becad..4a5bc9be 100644 --- a/.github/workflows/secret-scan.yml +++ b/.github/workflows/secret-scan.yml @@ -18,7 +18,7 @@ jobs: config-path: security/.gitleaks.toml - name: TruffleHog OSS - uses: trufflesecurity/trufflehog@v3.42.0 + uses: trufflesecurity/trufflehog@v3.52.1 with: path: ./ base: ${{ github.event.repository.default_branch }}