chore(deps): bump trufflesecurity/trufflehog from 3.95.2 to 3.95.3

Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.95.2 to 3.95.3.
- [Release notes](https://github.com/trufflesecurity/trufflehog/releases)
- [Commits](https://github.com/trufflesecurity/trufflehog/compare/v3.95.2...v3.95.3)

---
updated-dependencies:
- dependency-name: trufflesecurity/trufflehog
  dependency-version: 3.95.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-05-14 12:56:22 +00:00 committed by gewuyou
parent 84fc1d7f1a
commit 6db89e7656

View File

@ -73,7 +73,7 @@ jobs:
# 使用 TruffleHog 工具扫描代码库中的敏感信息泄露如API密钥、密码等 # 使用 TruffleHog 工具扫描代码库中的敏感信息泄露如API密钥、密码等
# 该步骤会比较基础分支和当前提交之间的差异,检测新增内容中是否包含敏感数据 # 该步骤会比较基础分支和当前提交之间的差异,检测新增内容中是否包含敏感数据
- name: TruffleHog OSS - name: TruffleHog OSS
uses: trufflesecurity/trufflehog@v3.95.2 uses: trufflesecurity/trufflehog@v3.95.3
with: with:
# 扫描路径,. 表示扫描整个仓库 # 扫描路径,. 表示扫描整个仓库
path: . path: .