@@ -110,9 +110,7 @@ Feature: VSA generation and storage
110110 Given a key pair named "vsa-expiration"
111111 Given an image named "acceptance/vsa-expiration-image"
112112 Given a valid image signature of "acceptance/vsa-expiration-image" image signed by the "vsa-expiration" key
113- Given a valid Rekor entry for image signature of "acceptance/vsa-expiration-image"
114113 Given a valid attestation of "acceptance/vsa-expiration-image" signed by the "vsa-expiration" key
115- Given a valid Rekor entry for attestation of "acceptance/vsa-expiration-image"
116114 Given VSA index search should return no results
117115 Given a git repository named "vsa-expiration-policy" with
118116 | main .rego | examples /happy_day .rego |
@@ -136,9 +134,7 @@ Feature: VSA generation and storage
136134 Given a key pair named "vsa-existing"
137135 Given an image named "acceptance/vsa-existing-image"
138136 Given a valid image signature of "acceptance/vsa-existing-image" image signed by the "vsa-existing" key
139- Given a valid Rekor entry for image signature of "acceptance/vsa-existing-image"
140137 Given a valid attestation of "acceptance/vsa-existing-image" signed by the "vsa-existing" key
141- Given a valid Rekor entry for attestation of "acceptance/vsa-existing-image"
142138 Given VSA index search should return valid VSA
143139 Given a git repository named "vsa-existing-policy" with
144140 | main .rego | examples /happy_day .rego |
@@ -168,9 +164,7 @@ Feature: VSA generation and storage
168164 Given a key pair named "vsa-no-upload"
169165 Given an image named "acceptance/vsa-no-upload-image"
170166 Given a valid image signature of "acceptance/vsa-no-upload-image" image signed by the "vsa-no-upload" key
171- Given a valid Rekor entry for image signature of "acceptance/vsa-no-upload-image"
172167 Given a valid attestation of "acceptance/vsa-no-upload-image" signed by the "vsa-no-upload" key
173- Given a valid Rekor entry for attestation of "acceptance/vsa-no-upload-image"
174168 Given a git repository named "vsa-no-upload-policy" with
175169 | main .rego | examples /happy_day .rego |
176170 Given policy configuration named "vsa-no-upload-ec-policy" with specification
@@ -194,9 +188,7 @@ Feature: VSA generation and storage
194188 Given a key pair named "vsa-upload-fail"
195189 Given an image named "acceptance/vsa-upload-fail-image"
196190 Given a valid image signature of "acceptance/vsa-upload-fail-image" image signed by the "vsa-upload-fail" key
197- Given a valid Rekor entry for image signature of "acceptance/vsa-upload-fail-image"
198191 Given a valid attestation of "acceptance/vsa-upload-fail-image" signed by the "vsa-upload-fail" key
199- Given a valid Rekor entry for attestation of "acceptance/vsa-upload-fail-image"
200192 Given a git repository named "vsa-upload-fail-policy" with
201193 | main .rego | examples /happy_day .rego |
202194 Given policy configuration named "vsa-upload-fail-ec-policy" with specification
0 commit comments