Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: Add allowedUnsafeExecutions to GlobalConfig OPTIONS
Missed when doing: #39573
  • Loading branch information
mglazer committed Dec 2, 2025
commit b9c22d9c56975629f66689e7ffac37fcab283e70
1 change: 1 addition & 0 deletions lib/config/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export class GlobalConfig {
'allowedCommands',
'allowedEnv',
'allowedHeaders',
'allowedUnsafeExecutions',
'autodiscoverRepoOrder',
'autodiscoverRepoSort',
'binarySource',
Expand Down