Skip to content

Commit 1c30732

Browse files
Update .github/workflows/org-required-trufflehog.yml
Co-authored-by: James C <[email protected]>
1 parent b69ab6e commit 1c30732

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
@@ -23,5 +23,5 @@ jobs:
2323
# Simplified workflow - only what you need
2424
fail-on-verified: "true" # Always fail on real secrets
2525
fail-on-unverified: "false" # Lenient for org-wide adoption
26-
runs-on: "ubuntu-x64-large" # Large runner for better performance
26+
runs-on: ${{ !github.event.repository.private && 'ubuntu-latest' || 'ubuntu-x86-large' }} # Large runner for internal repositories
2727
secrets: inherit

0 commit comments

Comments
 (0)