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

TEP-0142: param substitutions not allowed in StepAction's script #7549

Commits on Jan 9, 2024

  1. TEP-0142: param substitutions not allowed in script

    Based on discussions in tektoncd#7497 and consensus in the API WG, we disallow direct parameter substitution in scripts. While we cannot do this for inlined-steps since it is a major breaking change in `v1`, we can do this in `Step Actions`.
    
    In this PR we add validation that params cannot be directly replaced in `scripts` of `StepActions`.
    chitrangpatel committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    4231c8d View commit details
    Browse the repository at this point in the history