Skip to content

Commit 81524b7

Browse files
Replace complex workflow with simplified version
- Deleted old reusable-trufflehog.yml (338 lines, security issues) - Renamed reusable-trufflehog-simple.yml to reusable-trufflehog.yml - Updated org-required workflow to use standard filename - Same functionality, 56% less code, security fixes included - Clean, maintainable workflow optimized for current use case
1 parent 6fd85b7 commit 81524b7

File tree

3 files changed

+64
-401
lines changed

3 files changed

+64
-401
lines changed

.github/workflows/org-required-trufflehog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
jobs:
2020
secret-scan:
2121
name: TruffleHog Secret Scan
22-
uses: ./.github/workflows/reusable-trufflehog-simple.yml
22+
uses: ./.github/workflows/reusable-trufflehog.yml
2323
with:
2424
# Simplified workflow - only what you need
2525
fail-on-verified: "true" # Always fail on real secrets

.github/workflows/reusable-trufflehog-simple.yml

Lines changed: 0 additions & 212 deletions
This file was deleted.

0 commit comments

Comments
 (0)