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.
2 parents 9ab1522 + 1ff0a20 commit 7b4a193Copy full SHA for 7b4a193
hack/install-libraries.sh
@@ -40,7 +40,7 @@ download_files() {
40
cosign_verify(){
41
[[ $# -eq 3 ]] || fatal 'cosign_verify needs exactly 3 arguments'
42
43
- cosign verify-blob --cert "$1" --signature "$2" "$3"
+ COSIGN_EXPERIMENTAL=1 cosign verify-blob --cert "$1" --signature "$2" "$3"
44
45
[[ $? -eq 0 ]] || fatal 'signature verification failed'
46
}
0 commit comments