Skip to content

Commit f39a132

Browse files
committed
fix(deps): BDSA-2026-1849 cosign transient dependency pinning
On-behalf-of: SAP <matthias.bruns@sap.com> Signed-off-by: Matthias Bruns <git@matthiasbruns.com>
1 parent d81c446 commit f39a132

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ require (
9393
sigs.k8s.io/yaml v1.6.0
9494
)
9595

96+
// until cosign pushes a release, we need to override its transient dependency on mongo-driver v1.17.6
97+
replace go.mongodb.org/mongo-driver => go.mongodb.org/mongo-driver v1.17.9 // BDSA-2026-1849
98+
9699
require (
97100
4d63.com/gocheckcompilerdirectives v1.3.0 // indirect
98101
4d63.com/gochecknoglobals v0.2.2 // indirect

0 commit comments

Comments
 (0)