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
When ec command is run with "validate image --image ${REGISTRY}/acceptance/ec-happy-day --policy acceptance/ec-policy --public-key ${known_PUBLIC_KEY} --rekor-url ${REKOR} --show-successes --output json"
465
+
Then the exit status should be 0
466
+
Then the output should match the snapshot
467
+
468
+
Scenario: policy rule filtering on imageUrl
469
+
Given a key pair named "known"
470
+
Given an image named "acceptance/ec-happy-day"
471
+
Given a valid image signature of "acceptance/ec-happy-day" image signed by the "known" key
472
+
Given a valid Rekor entry for image signature of "acceptance/ec-happy-day"
473
+
Given a valid attestation of "acceptance/ec-happy-day" signed by the "known" key
474
+
Given a valid Rekor entry for attestation of "acceptance/ec-happy-day"
475
+
Given a git repository named "happy-day-policy" with
476
+
| filtering.rego | examples/filtering.rego |
477
+
Given policy configuration named "ec-policy" with specification
0 commit comments