Skip to content

Commit 9eb54bf

Browse files
committed
Add missing instruction in VSA acceptance test
1 parent 2b4a4f7 commit 9eb54bf

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
@@ -155,6 +155,7 @@ Feature: VSA generation and storage
155155
}
156156
"""
157157
# First, generate a VSA and upload it to Rekor
158+
Given VSA upload to Rekor should be expected
158159
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"
159160
Then the exit status should be 0
160161
And VSA should be uploaded to Rekor successfully

0 commit comments

Comments
 (0)