Skip to content

Commit e118e9d

Browse files
committed
Add missing instruction in VSA acceptance test
1 parent 58ea404 commit e118e9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/vsa.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ Feature: VSA generation and storage
151151
}
152152
"""
153153
# First, generate a VSA and upload it to Rekor
154+
Given VSA upload to Rekor should be expected
154155
When ec command is run with "validate image --image ${REGISTRY}/acceptance/vsa-existing-image@sha256:${REGISTRY_acceptance/vsa-existing-image:latest_DIGEST} --policy acceptance/vsa-existing-ec-policy --public-key ${vsa-existing_PUBLIC_KEY} --rekor-url ${REKOR} --vsa --vsa-signing-key ${vsa-existing_PRIVATE_KEY} --vsa-upload rekor@${REKOR} --vsa-expiration 0 --output json"
155156
Then the exit status should be 0
156157
And VSA should be uploaded to Rekor successfully

0 commit comments

Comments
 (0)