From d2ee3df9ed441f38577e1e95c8ded6eb2a83e45f Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 5 May 2025 10:10:53 +0100 Subject: [PATCH] chore(mise/tools): add slsa-verifier This allows mise to verify some tools that support it when they're downloaded. --- config/mise/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/mise/config.toml b/config/mise/config.toml index 10f11d3..e353410 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -143,6 +143,7 @@ rust = { version = "latest", components = "rust-analyzer,rust-src" } sccache = "latest" shellcheck = "latest" shfmt = "latest" +slsa-verifier = "latest" sops = "latest" starship = "latest" staticcheck = "latest"