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
properties that we already have, we could come up with a generic mechanism that (dis-)allows to configure arbitrary settings as part of the repository configuration in .ort.yml.
The above would create a policy that allows path excludes to be configured in .ort.yml, but disallow scope excludes to be configured. The syntax of the entries are JSON paths, which also allow for wildcards, to even match yet unknown / future properties, or set defaults for root levels in the hierarchy.
The text was updated successfully, but these errors were encountered:
Triggered by the discussion around request #9017, and also as a way to generalize the "loose"
properties that we already have, we could come up with a generic mechanism that (dis-)allows to configure arbitrary settings as part of the repository configuration in
.ort.yml
.An idea is to have
config.yml
entries likeThe above would create a policy that allows path excludes to be configured in
.ort.yml
, but disallow scope excludes to be configured. The syntax of the entries are JSON paths, which also allow for wildcards, to even match yet unknown / future properties, or set defaults for root levels in the hierarchy.The text was updated successfully, but these errors were encountered: