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 58ea404 commit e118e9dCopy full SHA for e118e9d
features/vsa.feature
@@ -151,6 +151,7 @@ Feature: VSA generation and storage
151
}
152
"""
153
# First, generate a VSA and upload it to Rekor
154
+ Given VSA upload to Rekor should be expected
155
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"
156
Then the exit status should be 0
157
And VSA should be uploaded to Rekor successfully
0 commit comments