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
These two rules together seem to contradict each other. I personally find it easier to grok DISALLOW * EXCEPT "demo-project/foo.py" or ALLOW * EXCEPT "foo". However, I'm not familiar with in-toto's rules and why things are designed this way.
The text was updated successfully, but these errors were encountered:
They operate in a similar fashion as firewall rules do. This means if an artifact is successfully consumed by a rule, it is removed from the queue and cannot be consumed by subsequent rules.
Revisiting via #4 when considering the documentation of artifact rules makes sense to me, in the meantime I think we can close this issue as the spec indicates how the scenario described here works.
The following example is used in the layout creation document (see in-toto/in-toto#182):
These two rules together seem to contradict each other. I personally find it easier to grok
DISALLOW * EXCEPT "demo-project/foo.py"
orALLOW * EXCEPT "foo"
. However, I'm not familiar with in-toto's rules and why things are designed this way.The text was updated successfully, but these errors were encountered: