diff options
Diffstat (limited to 'hooks.md')
-rw-r--r-- | hooks.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ type HookParams struct { Cmds []string `json:"cmds"` Annotations []string `json:"annotations"` HasBindMounts bool `json:"hasbindmounts"` + Arguments []string `json:"arguments"` } ``` |