Skip to content

Commit

Permalink
forgot one rekor-url.
Browse files Browse the repository at this point in the history
Signed-off-by: Ville Aikas <vaikas@chainguard.dev>
  • Loading branch information
vaikas committed Apr 18, 2022
1 parent e19ae6c commit a959510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e_test_cluster_image_policy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ echo '::endgroup::'
echo '::group:: Create one key attestation and verify it'
COSIGN_PASSWORD="" ./cosign attest --predicate ./test/testdata/attestations/vuln-predicate.json --rekor-url ${REKOR_URL} --type=vuln --key ./cosign.key --allow-insecure-registry --force ${demoimage2}

./cosign verify-attestation --type vuln --key ./cosign.pub --allow-insecure-registry ${demoimage2}
./cosign verify-attestation --type vuln --key ./cosign.pub --allow-insecure-registry https://github.com/sigstore/scaffolding ${demoimage2}
echo '::endgroup::'

echo '::group:: test job rejection'
Expand Down

0 comments on commit a959510

Please sign in to comment.