Skip to content

Commit 957b59d

Browse files
Point org workflow to feature branch with architecture fix
- Updated org-required-trufflehog.yml to reference @fix/update-runner-to-x64-large - This ensures the org ruleset uses the version with ARM64 architecture detection - Should resolve the 'Exec format error' on ARM64 runners
1 parent 19fdb20 commit 957b59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
jobs:
1919
secret-scan:
2020
name: TruffleHog Secret Scan
21-
uses: grafana/security-github-actions/.github/workflows/reusable-trufflehog.yml@main
21+
uses: grafana/security-github-actions/.github/workflows/reusable-trufflehog.yml@fix/update-runner-to-x64-large
2222
with:
2323
# Monitoring mode - no blocking, just reporting
2424
fail-on-verified: "false" # Don't block on verified secrets (monitoring only)

0 commit comments

Comments
 (0)