Skip to content

Commit ea91bcd

Browse files
Fix Renovate configuration to match zizmor pattern
- Changed from ratchet format to proper Renovate datasource format - Uses 'datasource=github-releases depName=trufflesecurity/trufflehog' - Matches the pattern used in shared-workflows/reusable-zizmor.yml - Renovate will now properly track TruffleHog GitHub releases
1 parent f992736 commit ea91bcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reusable-trufflehog.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ permissions:
2525
checks: write
2626

2727
env:
28-
TRUFFLEHOG_VERSION: 3.82.13 # ratchet:trufflesecurity/[email protected]
28+
# renovate: datasource=github-releases depName=trufflesecurity/trufflehog
29+
TRUFFLEHOG_VERSION: 3.82.13
2930

3031
jobs:
3132
trufflehog-scan:

0 commit comments

Comments
 (0)