-
Notifications
You must be signed in to change notification settings - Fork 9
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
Configure pipeline-migration-tool run for tekton manager #135
base: main
Are you sure you want to change the base?
Conversation
Gotcha. So I'm fine with this as change as it is +1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me as well!
Edit: the point Riley brought up is very important, and it hadn't occurred to me before.
/retest re-trigger the test to check if the old buildah task can pass EC checks. |
config/renovate/renovate.json
Outdated
@@ -310,7 +316,8 @@ | |||
}, | |||
"forkProcessing": "enabled", | |||
"allowedPostUpgradeCommands": [ | |||
"^rpm-lockfile-prototype rpms.in.yaml$" | |||
"^rpm-lockfile-prototype rpms.in.yaml$", | |||
"^pipeline-migration-tool .+" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this have to include the .+
pattern? This allows for arbitrary code execution. One can run pipeline-migration-tool --some-valid arguments && rm -rf *
or anything else.
The point that Riley brought up is very important.
STONEBLD-2824 Executable script pipeline-migration-tool is available from the Mintmaker image.
8c43a26
to
9ea6c4d
Compare
STONEBLD-2824
Executable script pipeline-migration-tool is available from the Mintmaker image.
This change works with konflux-ci/mintmaker-renovate-image#85 together.