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

Add array and set support to object.subset #4865

Merged
merged 2 commits into from
Jul 11, 2022

Commits on Jul 9, 2022

  1. Add array and set support to object.subset

    Add support for checking if `super` array contains
    every element of `sub` set to object.subset.
    object.subset allows `super` to be array and `sub` to be set.
    
    Fixes: open-policy-agent#4858
    Signed-off-by: x-color <36035885+x-color@users.noreply.github.com>
    x-color committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    5e9a59d View commit details
    Browse the repository at this point in the history
  2. Update builtin_metadata.json

    Signed-off-by: x-color <36035885+x-color@users.noreply.github.com>
    x-color committed Jul 9, 2022
    Configuration menu
    Copy the full SHA
    0503db7 View commit details
    Browse the repository at this point in the history