Skip to content

Commit 344bb67

Browse files
Add Zizmor configuration to manage organization-level secrets for test workflows
1 parent f4dfa76 commit 344bb67

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

zizmor.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
rules:
2+
secrets-outside-env:
3+
config:
4+
# These test credentials are intentionally managed as organization-level secrets.
5+
# The reusable test workflow runs across repositories and does not use per-job
6+
# environments for these auth scenarios, so we suppress only this known set.
7+
allow:
8+
- TEST_USER_PAT
9+
- TEST_USER_USER_FG_PAT
10+
- TEST_USER_ORG_FG_PAT
11+
- TEST_APP_ENT_CLIENT_ID
12+
- TEST_APP_ENT_PRIVATE_KEY
13+
- TEST_APP_ORG_CLIENT_ID
14+
- TEST_APP_ORG_PRIVATE_KEY

0 commit comments

Comments
 (0)