From 5ea6b523d3edfa0a0dfabf3de0dddf482697a2ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Sat, 30 Mar 2024 23:35:27 +0100 Subject: [PATCH] Import audits from mozilla --- supply-chain/config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/supply-chain/config.toml b/supply-chain/config.toml index 3e7b765..b2edae7 100644 --- a/supply-chain/config.toml +++ b/supply-chain/config.toml @@ -4,6 +4,9 @@ [cargo-vet] version = "0.9" +[imports.mozilla] +url = "https://raw.githubusercontent.com/mozilla/supply-chain/main/audits.toml" + [[exemptions.addr2line]] version = "0.21.0" criteria = "safe-to-deploy"