Skip to content

Commit b7a61b6

Browse files
authored
Fix cosign in devbox to avoid 3.0.0-3.0.2 (#2905)
1 parent 9fffe34 commit b7a61b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"git": "latest",
1212
"gettext": "latest",
1313
"wget": "latest",
14-
"cosign": "latest",
14+
"cosign": "2.6.1",
1515
"kubernetes-helm": "latest",
1616
"govulncheck": "latest",
1717
"gotools": "latest",

devbox.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
}
190190
}
191191
},
192-
"cosign@latest": {
192+
"cosign@2.6.1": {
193193
"last_modified": "2025-10-07T08:41:47Z",
194194
"resolved": "github:NixOS/nixpkgs/bce5fe2bb998488d8e7e7856315f90496723793c#cosign",
195195
"source": "devbox-search",

0 commit comments

Comments
 (0)