You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this example, if policyfoo argument is required, validation won't take into account that it might have input bindings on it. This will cause a false positive if the group is instantiated without that parameter
# my contract
policyGroups:
- ref: my-group
The above example contract won't fail, even if policyfoo is mandatory and it doesn't have any value