Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct allowedPostUpgradeCommands trust #468

Closed
wants to merge 1 commit into from
Closed

correct allowedPostUpgradeCommands trust #468

wants to merge 1 commit into from

Conversation

ab77
Copy link
Contributor

@ab77 ab77 commented Nov 28, 2023

allowedPostUpgradeCommands

A list of regular expressions that determine which commands in postUpgradeTasks are allowed to be executed. If this list is empty then no tasks will be executed. Also you need to have "trustLevel": "high", otherwise these tasks will be ignored.

.. according to the docs, these wouldn't have been working because trustLevel": "high" wasn't set.

### [allowedPostUpgradeCommands](https://github.com/daekene/renovate/blob/master/docs/usage/self-hosted-configuration.md#allowedpostupgradecommands
)

> A list of regular expressions that determine which commands in postUpgradeTasks are allowed to be executed. If this list is empty then no tasks will be executed. Also you need to have "trustLevel": "high", otherwise these tasks will be ignored.

change-type: patch
@klutchell
Copy link
Contributor

@ab77 how is this working without trustLevel: high?

@klutchell
Copy link
Contributor

klutchell commented Nov 28, 2023

Also the docs you linked to are some random out-of-date fork of renovate.

@ab77
Copy link
Contributor Author

ab77 commented Nov 28, 2023

fork

facepalm.

@ab77 ab77 closed this Nov 28, 2023
auto-merge was automatically disabled November 28, 2023 19:51

Pull request was closed

@ab77 ab77 deleted the ab77/patch branch December 15, 2023 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants