From 617345311595cb9199fc6ac17bab49addcadaa1a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 7 Feb 2026 00:29:08 +0000 Subject: [PATCH] ci(dependencies): Update trufflesecurity/trufflehog Docker tag to v3.93.1 --- .github/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 7dbf0c8..828db78 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -63,7 +63,7 @@ jobs: scan-trufflehog-job: runs-on: "ubuntu-24.04" container: - image: "trufflesecurity/trufflehog:3.91.1" + image: "trufflesecurity/trufflehog:3.93.1" steps: - name: "Check out repository" uses: "actions/checkout@v6.0.0"