Skip to content

Commit 4174db4

Browse files
Use ubuntu-x64-large runner for better performance
- Changed from ubuntu-latest to ubuntu-x64-large - Provides more CPU and memory for faster TruffleHog scanning - Better performance for org-wide deployment
1 parent 2190cb7 commit 4174db4

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
@@ -26,5 +26,5 @@ jobs:
2626
scan-scope: "changed-files" # PR-focused: only scan changes
2727
fail-on-verified: "true" # Always fail on real secrets
2828
fail-on-unverified: "false" # Lenient for org-wide adoption
29-
runs-on: "ubuntu-latest" # Standard runner
29+
runs-on: "ubuntu-x64-large" # Large runner for better performance
3030
secrets: inherit

0 commit comments

Comments
 (0)