Skip to content

Commit 2ed8a46

Browse files
committed
chore: cleanup command
1 parent 2949da4 commit 2ed8a46

9 files changed

Lines changed: 1 addition & 2 deletions

File tree

plugins/aws/aws.wasm

3.09 KB
Binary file not shown.

plugins/command/command.wasm

1.75 KB
Binary file not shown.

plugins/command/core/plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var Plugin = plugin.DefinePlugin(plugin.PluginDef{
1212
Config: &CommandConfig{},
1313
Capabilities: entities.GrantSet{
1414
Exec: &entities.ExecCapability{
15-
Commands: []string{"/bin/sh", "/bin/echo", "/usr/bin/env", "echo", "sh", "*"}, // Requested via manifest for specific commands
15+
// Commands: []string{"/bin/sh", "/bin/echo", "/usr/bin/env", "echo", "sh", "*"}, // Requested via manifest for specific commands
1616
},
1717
},
1818
})

plugins/command/services/types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ type ExecuteInput struct {
88
Command string `json:"command,omitempty" jsonschema:"description=Command to execute directly"`
99
Args []string `json:"args,omitempty" jsonschema:"description=Command arguments"`
1010
// Options
11-
// Options
1211
Dir string `json:"dir,omitempty" jsonschema:"description=Working directory"`
1312
Env []string `json:"env,omitempty" jsonschema:"description=Environment variables (KEY=VAL)"`
1413
TimeoutSeconds int `json:"timeout_seconds,omitempty" jsonschema:"default=60,description=Execution timeout"`

plugins/dns/dns.wasm

0 Bytes
Binary file not shown.

plugins/file/file.wasm

2.77 KB
Binary file not shown.

plugins/http/http.wasm

2.86 KB
Binary file not shown.

plugins/smtp/smtp.wasm

2.98 KB
Binary file not shown.

plugins/tcp/tcp.wasm

3.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)