From cf17ffa3422f37f3449b188f25710c4cf7de4606 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Mon, 9 Mar 2026 11:31:58 +0000 Subject: [PATCH] Disable secrets-outside-env audit This isn't appropriate in most cases as there's no logical environment, and environments are already used in cases where they are. --- .github/zizmor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/zizmor.yml b/.github/zizmor.yml index ab690df920..1d591dd9ea 100644 --- a/.github/zizmor.yml +++ b/.github/zizmor.yml @@ -5,5 +5,7 @@ rules: disable: true dependabot-cooldown: disable: true + secrets-outside-env: + disable: true undocumented-permissions: disable: true