From 5d8b65a9a5742e5db705cf4c8164138eca20c355 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 18 Jul 2025 13:21:21 +0200 Subject: Add supply chain files --- supply-chain/config.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 supply-chain/config.toml (limited to 'supply-chain/config.toml') diff --git a/supply-chain/config.toml b/supply-chain/config.toml new file mode 100644 index 0000000..16a35ab --- /dev/null +++ b/supply-chain/config.toml @@ -0,0 +1,11 @@ + +# cargo-vet config file + +[cargo-vet] +version = "0.10" + +[imports.google] +url = "https://raw.githubusercontent.com/google/supply-chain/main/audits.toml" + +[imports.mozilla] +url = "https://raw.githubusercontent.com/mozilla/supply-chain/main/audits.toml" -- cgit