We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6612a60 commit 7f1c7ffCopy full SHA for 7f1c7ff
1 file changed
bci_tester/data.py
@@ -912,7 +912,7 @@ def create_BCI(
912
custom_entry_point="/bin/sh",
913
)
914
915
-_COSIGN_VERSION: str = "latest" if OS_VERSION == "tumbleweed" else "2.5"
+_COSIGN_VERSION: str = "latest" if OS_VERSION == "tumbleweed" else "3"
916
COSIGN_CONTAINERS = [
917
create_BCI(
918
build_tag=f"{APP_CONTAINER_PREFIX}/cosign:{_COSIGN_VERSION}",
0 commit comments