You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/triggers/providers/command/Command.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ class Command extends Trigger<CommandConfiguration> {
67
67
68
68
hasLoggedShellExecutionWarning=true;
69
69
this.log.warn(
70
-
`Security: Command trigger executes DD_TRIGGER_COMMAND_* cmd using ${this.configuration.shell} -c with drydock process privileges. Use only trusted command strings and interpolated values.`,
70
+
`Security: Command trigger executes DD_ACTION_COMMAND_* cmd using ${this.configuration.shell} -c with drydock process privileges. Use only trusted command strings and interpolated values.`,
71
71
);
72
72
}
73
73
@@ -127,7 +127,7 @@ class Command extends Trigger<CommandConfiguration> {
0 commit comments