mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-18 09:52:35 +00:00
feat(validate-cmd-file): add validation for read/execute rights
This commit is contained in:
parent
fd4ca43dc2
commit
8efb89b3b3
2 changed files with 20 additions and 9 deletions
|
|
@ -74,7 +74,7 @@ Specify a command to run when the image start.
|
|||
By default the image run
|
||||
`renovate`.
|
||||
This option is useful to customize the image before running `renovate`.
|
||||
It must be an existing executable file on the local system.
|
||||
It must be an existing file on the local system and the it must have execute permission.
|
||||
It will be mounted to the docker container.
|
||||
|
||||
For example you can create a simple script like this one (let's call it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue