From 4fe08a6d7f78a0211429ad1ceaa8c0d64b3e8c56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 12:38:40 +0000 Subject: [PATCH] Bump trufflesecurity/trufflehog from 3.16.0 to 3.16.3 Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.16.0 to 3.16.3. - [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/ca8a5ef741f7f9bc31d9cee77240275405f388c6...a7fc12240f8ce02df55c8b808755088f3b7eec7d) --- 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 e11b3fc6..51d38552 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@ca8a5ef741f7f9bc31d9cee77240275405f388c6 + uses: trufflesecurity/trufflehog@a7fc12240f8ce02df55c8b808755088f3b7eec7d with: path: ./ base: ${{ github.base_ref }}