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

[release-v0.37.x] Fix the issue with empty array replacement #5394

Commits on Aug 30, 2022

  1. Fix the issue with empty array replacement

    Prior to this change, if there is only one element in an array that is
    a reference to an empty array, the original array becomes nil after
    replacement, but it should be an empty array instead of nil.
    
    Fixes tektoncd#5149
    
    Signed-off-by: Vincent Demeester <[email protected]>
    vdemeester committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    3c3e426 View commit details
    Browse the repository at this point in the history
  2. Add // #nosec :)

    Signed-off-by: Vincent Demeester <[email protected]>
    vdemeester committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    ade172d View commit details
    Browse the repository at this point in the history