diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-18 13:21:21 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-07-18 13:21:21 +0200 |
| commit | 5d8b65a9a5742e5db705cf4c8164138eca20c355 (patch) | |
| tree | 1ca5ba91d26c193c6984efe16ffec175f4cc886f /supply-chain/config.toml | |
| parent | fe9c6f722f8ce767ed56b73e024aaf257bd741b8 (diff) | |
Add supply chain files
Diffstat (limited to 'supply-chain/config.toml')
| -rw-r--r-- | supply-chain/config.toml | 11 |
1 files changed, 11 insertions, 0 deletions
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" |