Skip to content

Commit 7a60425

Browse files
chore(deps): bump trufflesecurity/trufflehog from 3.22.0 to 3.88.14
Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.22.0 to 3.88.14. - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Changelog](https://github.com/trufflesecurity/trufflehog/blob/main/.goreleaser.yml) - [Commits](trufflesecurity/trufflehog@v3.22.0...v3.88.14) --- updated-dependencies: - dependency-name: trufflesecurity/trufflehog dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a14da9c commit 7a60425

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-php.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
php-version: ${{ matrix.php-version }}
143143
extensions: ${{ matrix.extensions }}
144144
- name: Scan for Secrets
145-
uses: trufflesecurity/trufflehog@v3.22.0
145+
uses: trufflesecurity/trufflehog@v3.88.14
146146
with:
147147
path: ./
148148
base: ${{ github.event.repository.default_branch }}

.github/workflows/build-python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
with:
213213
name: ${{ inputs.project-artifact }}
214214
- name: Scan for Secrets
215-
uses: trufflesecurity/trufflehog@v3.22.0
215+
uses: trufflesecurity/trufflehog@v3.88.14
216216
with:
217217
path: ./
218218
base: ${{ github.event.repository.default_branch }}

0 commit comments

Comments
 (0)