From f1db1c4c7497f01ad11ac0d328865352db91f2b2 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sun, 4 Aug 2024 02:58:47 -0400 Subject: [PATCH] Add some test files for sigstore and cosign --- Cargo.lock | 1 + Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 63b71a66..ef1bb7ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4035,6 +4035,7 @@ dependencies = [ [[package]] name = "sigstore" version = "0.9.0" +source = "git+https://github.com/gmpinder/sigstore-rs.git#19cb68748f8a2bc61172693f7925248f7f2aea18" dependencies = [ "async-trait", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index af88cd59..7a7cd27a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,5 +104,5 @@ debug = false panic = "abort" [patch.crates-io] -sigstore = { path = "../../sigstore-rs/" } -# sigstore = { git = "https://github.com/gmpinder/sigstore-rs.git" } +# sigstore = { path = "../../sigstore-rs/" } +sigstore = { git = "https://github.com/gmpinder/sigstore-rs.git" }