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
And an Snapshot named "multitude" with 10 components signed with "known" key
1140
-
When ec command is run with "validate image --snapshot acceptance/multitude --policy acceptance/ec-policy --public-key ${known_PUBLIC_KEY} --rekor-url ${REKOR} --show-successes --output json"
1141
-
Then the exit status should be 0
1142
-
And the output should match the snapshot
1124
+
# Commented out as part of EC-1023. This will be enabled once the issue is resolved.
1125
+
# Scenario: many components and sources
1126
+
# Given a key pair named "known"
1127
+
# And a git repository named "multitude-policy" with
1128
+
# | main.rego | examples/happy_day.rego |
1129
+
# And policy configuration named "ec-policy" with 10 policy sources from "git::https://${GITHOST}/git/multitude-policy.git", patched with
# And an Snapshot named "multitude" with 10 components signed with "known" key
1141
+
# When ec command is run with "validate image --snapshot acceptance/multitude --policy acceptance/ec-policy --public-key ${known_PUBLIC_KEY} --rekor-url ${REKOR} --show-successes --output json"
0 commit comments