We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4a4f7 commit 9eb54bfCopy full SHA for 9eb54bf
features/vsa.feature
@@ -155,6 +155,7 @@ Feature: VSA generation and storage
155
}
156
"""
157
# First, generate a VSA and upload it to Rekor
158
+ Given VSA upload to Rekor should be expected
159
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"
160
Then the exit status should be 0
161
And VSA should be uploaded to Rekor successfully
0 commit comments