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 1563970 commit d2247d9Copy full SHA for d2247d9
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