From fcb37d277469a2ec1bc7cec6c32670bbc71440fa Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sat, 16 May 2026 18:17:53 +0200 Subject: [PATCH] Remove stale zizmor secrets-outside-env allowlist --- .github/linters/zizmor.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/linters/zizmor.yaml b/.github/linters/zizmor.yaml index b94816f..d0b6c21 100644 --- a/.github/linters/zizmor.yaml +++ b/.github/linters/zizmor.yaml @@ -2,16 +2,3 @@ rules: template-injection: ignore: - action.yml - - secrets-outside-env: - # These test credentials are intentionally managed as organization-level - # secrets for reusable test workflows across repositories. - config: - allow: - - TEST_USER_PAT - - TEST_USER_USER_FG_PAT - - TEST_USER_ORG_FG_PAT - - TEST_APP_ENT_CLIENT_ID - - TEST_APP_ENT_PRIVATE_KEY - - TEST_APP_ORG_CLIENT_ID - - TEST_APP_ORG_PRIVATE_KEY