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-0075] Validate against using the whole object in task steps #4861

Merged
merged 1 commit into from
Jun 13, 2022

Commits on Jun 1, 2022

  1. Add validation against the usage of the entire object

    According to TEP-0075:
    When providing values for strings, Task and Pipeline authors can
    access individual attributes of an object param; but they cannot access
    the object as whole.
    
    Also modified `extractVariablesFromString` function a bit to recognize
    `params.foo.bar` reference that was treated as invalid previously.
    chuangw6 committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    f576c18 View commit details
    Browse the repository at this point in the history